|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
org.pajes.security.AccessPermissionException
Thrown when a security related exception occurs.
| Field Summary | |
static java.lang.String |
MISSING_ACCESS_PERMISSION
Message key for when the Login or Logout servlets cannot
locate an AccessPermission instance. |
static java.lang.String |
NULL_REQUEST_DISPATCHER
Message key for when an attempt is made to assign a null RequestDispatcher to the AccessPermission. |
| Constructor Summary | |
AccessPermissionException(java.lang.String messageKey)
Creates a new exception, using the specified message key to locate the actual message to be displayed. |
|
AccessPermissionException(java.lang.String messageKey,
java.lang.String[] arguments)
Creates a new exception, using the specified message key to locate the actual message to be displayed. |
|
AccessPermissionException(java.lang.String messageKey,
java.lang.String[] arguments,
java.lang.Throwable rootCause)
Creates a new exception, using the specified message key to locate the actual message to be displayed. |
|
| Methods inherited from class javax.servlet.ServletException |
getRootCause |
| 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 |
| Field Detail |
public static final java.lang.String MISSING_ACCESS_PERMISSION
Login or Logout servlets cannot
locate an AccessPermission instance.
public static final java.lang.String NULL_REQUEST_DISPATCHER
AccessPermission.
| Constructor Detail |
public AccessPermissionException(java.lang.String messageKey)
messageKey - the key from which the actual exception message will
be located.
public AccessPermissionException(java.lang.String messageKey,
java.lang.String[] arguments)
messageKey - the key from which the actual exception message will
be located.arguments - any arguments to be passed to create the complete
message.
public AccessPermissionException(java.lang.String messageKey,
java.lang.String[] arguments,
java.lang.Throwable rootCause)
messageKey - the key from which the actual exception message will
be located.arguments - any arguments to be passed to create the complete
message.rootCause - the Throwable exception that interfered
with the servlet's normal operation, making the servlet
exception necessary.
|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||