org.eclipse.higgins.user.account.exception
Class UserAccountException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.higgins.user.account.exception.UserAccountException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException, UserAlreadyExistsException, UserNotFoundException

public class UserAccountException
extends Exception

See Also:
Serialized Form

Constructor Summary
UserAccountException()
           
UserAccountException(String message)
           
UserAccountException(String message, Throwable cause)
           
UserAccountException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserAccountException

public UserAccountException()

UserAccountException

public UserAccountException(String message)

UserAccountException

public UserAccountException(Throwable cause)

UserAccountException

public UserAccountException(String message,
                            Throwable cause)