org.jasig.schedassist.portlet
Class AuthenticationRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
AuthenticationRequiredException()
           
AuthenticationRequiredException(String message)
           
AuthenticationRequiredException(String message, Throwable cause)
           
AuthenticationRequiredException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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.