org.jaffa.presentation.portlet.session
Class UserSessionSetupException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.jaffa.exceptions.CustomException
org.jaffa.exceptions.CustomException
               org.jaffa.exceptions.ApplicationException
org.jaffa.exceptions.ApplicationException
                   org.jaffa.presentation.portlet.session.UserSessionSetupException
org.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
 
 
 
 
 
 
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.