com.atlassian.crowd.integration.exception
Class ObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.integration.exception.ObjectNotFoundException
- All Implemented Interfaces:
- Serializable
public class ObjectNotFoundException
- extends Exception
Thrown when an entity is not found.
- 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(Class entityClass,
Object identifier)
ObjectNotFoundException
public ObjectNotFoundException(String s,
Throwable throwable)
- Default constructor.
- Parameters:
s
- The message.throwable
- The Exception
.
ObjectNotFoundException
public ObjectNotFoundException(Throwable throwable)
- Default constructor.
- Parameters:
throwable
- The Exception
.
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.