com.atlassian.user
Class EntityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.atlassian.user.EntityException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigurationException, DuplicateEntityException, EntityAuthenticationException, EntityMissingException, EntityQueryException, EntityValidationException, InvalidPasswordException, PagerException, RepositoryException

public class EntityException
extends java.lang.Exception

All checked exceptions eventuating from Atlassian User should extend this one.

See Also:
Serialized Form

Constructor Summary
EntityException()
           
EntityException(java.lang.String message)
           
EntityException(java.lang.String message, java.lang.Throwable cause)
           
EntityException(java.lang.Throwable cause)
           
 
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(java.lang.String message)

EntityException

public EntityException(java.lang.Throwable cause)

EntityException

public EntityException(java.lang.String message,
                       java.lang.Throwable cause)


Copyright © 2005-2007 Atlassian Software Systems Pty Ltd. All Rights Reserved.