Class SocketClosingSoonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.identityconnectors.framework.common.exceptions.SocketClosingSoonException
-
- All Implemented Interfaces:
java.io.Serializable
public class SocketClosingSoonException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SocketClosingSoonException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
rethrow()
Re-throw the original exception.
-