com.atlassian.user
Class EntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.user.EntityException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConfigurationException, DuplicateEntityException, EntityAuthenticationException, EntityMissingException, EntityQueryException, EntityValidationException, InvalidPasswordException, PagerException, RepositoryException
public class EntityException
- extends Exception
All checked exceptions eventuating from Atlassian User should extend this one.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EntityException
public EntityException()
EntityException
public EntityException(String message)
EntityException
public EntityException(Throwable cause)
EntityException
public EntityException(String message,
Throwable cause)
Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.