Skip navigation links


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:
java.io.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(java.lang.String msg)
           
OperationTimeoutException(java.lang.String msg, java.lang.Throwable e)
           
OperationTimeoutException(java.lang.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(java.lang.String msg)

OperationTimeoutException

public OperationTimeoutException(java.lang.Throwable e)

OperationTimeoutException

public OperationTimeoutException(java.lang.String msg,
                                 java.lang.Throwable e)

Skip navigation links


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.