org.jaffa.presentation.portlet.session
Class UserSessionSetupException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jaffa.exceptions.CustomException
              extended byorg.jaffa.exceptions.ApplicationException
                  extended byorg.jaffa.presentation.portlet.session.UserSessionSetupException
All Implemented Interfaces:
Serializable

public class UserSessionSetupException
extends ApplicationException

This exception is thrown if there is a set up issue in the user session filter

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jaffa.exceptions.CustomException
m_arguments
 
Constructor Summary
UserSessionSetupException()
          Create New Instance of the User Session Setup Exception, passing in no context.
UserSessionSetupException(Object[] arguments)
          Create New Instance of the User Session Setup Exception
UserSessionSetupException(Object[] arguments, Throwable cause)
          Create New Instance of the User Session Setup Exception
 
Methods inherited from class org.jaffa.exceptions.CustomException
getArguments, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserSessionSetupException

public UserSessionSetupException()
Create New Instance of the User Session Setup Exception, passing in no context.


UserSessionSetupException

public UserSessionSetupException(Object[] arguments)
Create New Instance of the User Session Setup Exception

Parameters:
arguments - Context to be used when displaying the error. Each element in the array is referened as {0},{1},..

UserSessionSetupException

public UserSessionSetupException(Object[] arguments,
                                 Throwable cause)
Create New Instance of the User Session Setup Exception

Parameters:
arguments - Context to be used when displaying the error. Each element in the array is referened as {0},{1},..
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). A null value is permitted, and indicates that the cause is nonexistent or unknown.


Copyright © 2002-2004 JAFFA Project.