org.starhope.appius.except
Class ForbiddenUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.starhope.appius.except.ForbiddenUserException
- All Implemented Interfaces:
- Serializable
public class ForbiddenUserException
- extends Exception
This exception is thrown in registration and similar code to denote
that an user is forbidden from registering, probably because they
were previously banned.
Note that the User Interface is NOT to tell the user this fact.
- Author:
- brpocock
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
message
protected String message
ForbiddenUserException
public ForbiddenUserException(String message)
- Parameters:
message
- The descriptive message to be returned to the user