org.eclipse.higgins.user.account.exception
Class UserAccountException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UserAccountException
public UserAccountException()
UserAccountException
public UserAccountException(String message)
UserAccountException
public UserAccountException(Throwable cause)
UserAccountException
public UserAccountException(String message,
Throwable cause)