org.identityconnectors.contract.exceptions
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ObjectNotFoundException
public ObjectNotFoundException()
ObjectNotFoundException
public ObjectNotFoundException(String message)
ObjectNotFoundException
public ObjectNotFoundException(Throwable t)
ObjectNotFoundException
public ObjectNotFoundException(String message,
Throwable t)
Copyright © 2012. All Rights Reserved.