com.atlassian.user
Class EntityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
EntityException()
           
EntityException(String message)
           
EntityException(String message, Throwable cause)
           
EntityException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.