Class ConnectorIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.identityconnectors.framework.common.exceptions.ConnectorException
org.identityconnectors.framework.common.exceptions.ConnectorIOException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionBrokenException
,ConnectionFailedException
,RemoteConnectorServerUnavailableException
Base exception for all Input-Output (I/O-related) exceptions, including
instance connection failure, socket error and so forth.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.identityconnectors.framework.common.exceptions.ConnectorException
rethrow, wrap
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectorIOException
public ConnectorIOException()- See Also:
-
ConnectorIOException
- See Also:
-
ConnectorIOException
- See Also:
-
ConnectorIOException
- See Also:
-