|
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.servlet.PajeServletException
Thrown when a servlet related exception occurs.
| Field Summary | |
static java.lang.String |
ACCESS_PERMISSION_INSTANTIATION_FAILURE
Message key for when the Initialisation fails to instantiate the
AccessPermission sub-class. |
static java.lang.String |
CONNECTION_POOL_INSTANTIATION_FAILURE
Message key for when the Initialisation fails to instantiate a
ConnectionPool. |
static java.lang.String |
FILE_UPLOAD_FAILURE
Message key for when the HttpServletRequest encounters an exception when uploading a file. |
| Constructor Summary | |
PajeServletException(java.lang.String messageKey)
Creates a new exception, using the specified message key to locate the actual message to be displayed. |
|
PajeServletException(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. |
|
PajeServletException(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. |
|
PajeServletException(java.lang.String messageKey,
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 ACCESS_PERMISSION_INSTANTIATION_FAILURE
Initialisation fails to instantiate the
AccessPermission sub-class.
public static final java.lang.String CONNECTION_POOL_INSTANTIATION_FAILURE
Initialisation fails to instantiate a
ConnectionPool.
public static final java.lang.String FILE_UPLOAD_FAILURE
| Constructor Detail |
public PajeServletException(java.lang.String messageKey)
messageKey - the key from which the actual exception message will
be located.
public PajeServletException(java.lang.String messageKey,
java.lang.Throwable rootCause)
messageKey - the key from which the actual exception message will
be located.rootCause - the Throwable exception that interfered
with the servlet's normal operation, making the servlet
exception necessary.
public PajeServletException(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 PajeServletException(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 | |||||||||