|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.jetspeed.exception.JetspeedException
org.apache.jetspeed.security.SecurityException
Exception throwns by members of the security service.
Field Summary | |
static KeyedMessage |
ANONYMOUS_USER_PROTECTED
The anonymous user is protected exception message. |
static KeyedMessage |
EMPTY_PARAMETER
Invalid password exception message. |
static KeyedMessage |
GROUP_ALREADY_EXISTS
Group principal already exists exception message. |
static KeyedMessage |
GROUP_DOES_NOT_EXIST
Group principal does not exist exception message. |
static KeyedMessage |
INCORRECT_PASSWORD
Incorrect password exception message. |
static KeyedMessage |
INVALID_AUTHENTICATION_PROVIDER
Invalid authentication provider exception message. |
static KeyedMessage |
INVALID_NEW_PASSWORD
Invalid new password exception message. |
static KeyedMessage |
INVALID_PASSWORD
Invalid password exception message. |
static KeyedMessage |
PASSWORD_ALREADY_USED
Password already used exception message. |
static KeyedMessage |
PASSWORD_REQUIRED
Password required exception message. |
static KeyedMessage |
PERMISSION_DOES_NOT_EXIST
Permission does not exist exception message. |
static KeyedMessage |
PRINCIPAL_DOES_NOT_EXIST
Principal does not exist exception message. |
static KeyedMessage |
ROLE_ALREADY_EXISTS
Role principal already exists exception message. |
static KeyedMessage |
ROLE_DOES_NOT_EXIST
Role principal does not exist exception message. |
static KeyedMessage |
UNEXPECTED
The anonymous user is protected exception message. |
static KeyedMessage |
USER_ALREADY_EXISTS
User principal already exists exception message. |
static KeyedMessage |
USER_DOES_NOT_EXIST
User principal does not exist exception message. |
Fields inherited from class org.apache.jetspeed.exception.JetspeedException |
KEYED_MESSAGE_BUNDLE |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
SecurityException()
Default Constructor. |
|
SecurityException(KeyedMessage typedMessage)
Constructor with exception message. |
|
SecurityException(KeyedMessage msg,
Throwable nested)
Constructor with exception message and nested exception. |
|
SecurityException(Throwable t)
|
Methods inherited from class org.apache.jetspeed.exception.JetspeedException |
getKeyedMessage, getMessage, getMessage, getMessage |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final KeyedMessage PRINCIPAL_DOES_NOT_EXIST
Principal does not exist exception message.
public static final KeyedMessage PERMISSION_DOES_NOT_EXIST
Permission does not exist exception message.
public static final KeyedMessage USER_ALREADY_EXISTS
User principal already exists exception message.
public static final KeyedMessage USER_DOES_NOT_EXIST
User principal does not exist exception message.
public static final KeyedMessage ROLE_ALREADY_EXISTS
Role principal already exists exception message.
public static final KeyedMessage ROLE_DOES_NOT_EXIST
Role principal does not exist exception message.
public static final KeyedMessage GROUP_ALREADY_EXISTS
Group principal already exists exception message.
public static final KeyedMessage GROUP_DOES_NOT_EXIST
Group principal does not exist exception message.
public static final KeyedMessage EMPTY_PARAMETER
Invalid password exception message.
public static final KeyedMessage INVALID_PASSWORD
Invalid password exception message.
public static final KeyedMessage INVALID_NEW_PASSWORD
Invalid new password exception message.
public static final KeyedMessage INCORRECT_PASSWORD
Incorrect password exception message.
public static final KeyedMessage PASSWORD_REQUIRED
Password required exception message.
public static final KeyedMessage INVALID_AUTHENTICATION_PROVIDER
Invalid authentication provider exception message.
public static final KeyedMessage PASSWORD_ALREADY_USED
Password already used exception message.
public static final KeyedMessage ANONYMOUS_USER_PROTECTED
The anonymous user is protected exception message.
public static final KeyedMessage UNEXPECTED
The anonymous user is protected exception message.
Constructor Detail |
public SecurityException()
Default Constructor.
public SecurityException(Throwable t)
public SecurityException(KeyedMessage typedMessage)
Constructor with exception message.
public SecurityException(KeyedMessage msg, Throwable nested)
Constructor with exception message and nested exception.
msg
- The exception message.nested
- Nested exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |