PAJES 2.3.9

org.pajes.servlet
Class PajeServletException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.ServletException
              extended byorg.pajes.servlet.PajeServletException
All Implemented Interfaces:
java.io.Serializable

public class PajeServletException
extends javax.servlet.ServletException

Thrown when a servlet related exception occurs.

See Also:
Serialized Form

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

ACCESS_PERMISSION_INSTANTIATION_FAILURE

public static final java.lang.String ACCESS_PERMISSION_INSTANTIATION_FAILURE
Message key for when the Initialisation fails to instantiate the AccessPermission sub-class.

See Also:
Constant Field Values

CONNECTION_POOL_INSTANTIATION_FAILURE

public static final java.lang.String CONNECTION_POOL_INSTANTIATION_FAILURE
Message key for when the Initialisation fails to instantiate a ConnectionPool.

See Also:
Constant Field Values

FILE_UPLOAD_FAILURE

public static final java.lang.String FILE_UPLOAD_FAILURE
Message key for when the HttpServletRequest encounters an exception when uploading a file.

See Also:
Constant Field Values
Constructor Detail

PajeServletException

public PajeServletException(java.lang.String messageKey)
Creates a new exception, using the specified message key to locate the actual message to be displayed. If no matching message key is found, the key is returned as the message.

Parameters:
messageKey - the key from which the actual exception message will be located.

PajeServletException

public 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. If no matching message key is found, the key is returned as the message.

Parameters:
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.

PajeServletException

public 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. If no matching message key is found, the key is returned as the message.

Parameters:
messageKey - the key from which the actual exception message will be located.
arguments - any arguments to be passed to create the complete message.

PajeServletException

public 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. If no matching message key is found, the key is returned as the message.

Parameters:
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

Copyright © 2002-2003 Viridian Pty Limited. All Rights Reserved.