org.identityconnectors.contract.exceptions
Class ObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.identityconnectors.contract.exceptions.ContractException
                  extended by org.identityconnectors.contract.exceptions.ObjectNotFoundException
All Implemented Interfaces:
Serializable

public class ObjectNotFoundException
extends ContractException

Exception thrown when the value for a key cannot be resolved.

See Also:
Serialized Form

Constructor Summary
ObjectNotFoundException()
           
ObjectNotFoundException(String message)
           
ObjectNotFoundException(String message, Throwable t)
           
ObjectNotFoundException(Throwable t)
           
 
Method Summary
 
Methods inherited from class org.identityconnectors.contract.exceptions.ContractException
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

ObjectNotFoundException

public ObjectNotFoundException()

ObjectNotFoundException

public ObjectNotFoundException(String message)

ObjectNotFoundException

public ObjectNotFoundException(Throwable t)

ObjectNotFoundException

public ObjectNotFoundException(String message,
                               Throwable t)


Copyright © 2011. All Rights Reserved.