Class OperationTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.identityconnectors.framework.common.exceptions.ConnectorException
org.identityconnectors.framework.common.exceptions.OperationTimeoutException
- All Implemented Interfaces:
Serializable
Thrown when an
operation
times out. The framework cancels an operation when the
corresponding method has been executing for longer than the
limit
specified in APIConfiguration
.- 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
-
OperationTimeoutException
public OperationTimeoutException()- See Also:
-
OperationTimeoutException
- See Also:
-
OperationTimeoutException
- See Also:
-
OperationTimeoutException
- See Also:
-