org.jasig.schedassist.portlet
Class AuthenticationRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jasig.schedassist.portlet.AuthenticationRequiredException
- All Implemented Interfaces:
- Serializable
public class AuthenticationRequiredException
- extends Exception
Exception raised by AuthenticationRequiredHandlerInterceptorImpl in the event
no authentication could be detected in the request.
- Version:
- $Id: AuthenticationRequiredException.java 770 2009-07-07 18:36:51Z npblair $
- Author:
- Nicholas Blair, nblair@doit.wisc.edu
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AuthenticationRequiredException
public AuthenticationRequiredException()
AuthenticationRequiredException
public AuthenticationRequiredException(String message,
Throwable cause)
- Parameters:
message - cause -
AuthenticationRequiredException
public AuthenticationRequiredException(String message)
- Parameters:
message -
AuthenticationRequiredException
public AuthenticationRequiredException(Throwable cause)
- Parameters:
cause -
Copyright © 2012 Jasig. All Rights Reserved.