Class ConnectionBrokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.identityconnectors.framework.common.exceptions.ConnectorException
org.identityconnectors.framework.common.exceptions.ConnectorIOException
org.identityconnectors.framework.common.exceptions.ConnectionBrokenException
- All Implemented Interfaces:
Serializable
ConnectionBrokenException is thrown when a connection to a target resource
instance fails during an operation.
An instance of
ConnectionBrokenException
generally wraps the
native exception (or describes the native error) returned by the target
resource.- 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
-
ConnectionBrokenException
public ConnectionBrokenException()- See Also:
-
ConnectionBrokenException
- See Also:
-
ConnectionBrokenException
- See Also:
-
ConnectionBrokenException
- See Also:
-