org.identityconnectors.framework.common.exceptions
Class OperationTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.identityconnectors.framework.common.exceptions.ConnectorException
                  extended by 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

Constructor Summary
OperationTimeoutException()
           
OperationTimeoutException(String msg)
           
OperationTimeoutException(String msg, Throwable e)
           
OperationTimeoutException(Throwable e)
           
 
Method Summary
 
Methods inherited from class org.identityconnectors.framework.common.exceptions.ConnectorException
rethrow, wrap
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.