org.identityconnectors.framework.common.exceptions
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
public class OperationTimeoutException
- extends ConnectorException
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OperationTimeoutException
public OperationTimeoutException()
OperationTimeoutException
public OperationTimeoutException(String msg)
OperationTimeoutException
public OperationTimeoutException(Throwable e)
OperationTimeoutException
public OperationTimeoutException(String msg,
Throwable e)
Copyright © 2012. All Rights Reserved.