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
Exception thrown when the value for a key cannot be resolved.
- See Also:
-
Constructor Summary
ConstructorDescriptionObjectNotFoundException
(String message) ObjectNotFoundException
(String message, 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
-
Constructor Details
-
ObjectNotFoundException
public ObjectNotFoundException() -
ObjectNotFoundException
-
ObjectNotFoundException
-
ObjectNotFoundException
-