Class ObjectNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.identityconnectors.contract.exceptions.ContractException
-
- 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
Constructors Constructor Description 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-