| org.jaffa.exceptions.ApplicationException org.jaffa.presentation.portlet.session.UserSessionSetupException
UserSessionSetupException | public class UserSessionSetupException extends ApplicationException (Code) | | This exception is thrown if there is a set up issue in the user session filter
|
Constructor Summary | |
public | UserSessionSetupException() Create New Instance of the User Session Setup Exception, passing in no context. | public | UserSessionSetupException(Object[] arguments) Create New Instance of the User Session Setup Exception
Parameters: arguments - Context to be used when displaying the error. | 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. |
UserSessionSetupException | public UserSessionSetupException()(Code) | | Create New Instance of the User Session Setup Exception, passing in no context.
|
UserSessionSetupException | public UserSessionSetupException(Object[] arguments)(Code) | | 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)(Code) | | 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},.. Parameters: 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. |
|
|