Class RemoteConnectorServerUnavailableException
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.RemoteConnectorServerUnavailableException
- All Implemented Interfaces:
Serializable
RemoteConnectorServerUnavailableException is thrown when a remote connector server is not available.
An instance of
RemoteConnectorServerUnavailableException
generally wraps the native exception
(or describes the native error) returned by the remote server.- 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
-
RemoteConnectorServerUnavailableException
public RemoteConnectorServerUnavailableException() -
RemoteConnectorServerUnavailableException
-
RemoteConnectorServerUnavailableException
-
RemoteConnectorServerUnavailableException
-