org.apache.maven.continuum.web.exception
Class AuthenticationRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.continuum.web.exception.AuthenticationRequiredException
All Implemented Interfaces:
Serializable

public class AuthenticationRequiredException
extends Exception

Used when authentication is checked during authorization checks within action classes

Version:
$Id: AuthenticationRequiredException.java 729461 2008-12-26 08:38:10Z olamy $
Author:
Maria Odea Ching
See Also:
Serialized Form

Constructor Summary
AuthenticationRequiredException(String string)
           
AuthenticationRequiredException(String string, Throwable throwable)
           
 
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(String string)

AuthenticationRequiredException

public AuthenticationRequiredException(String string,
                                       Throwable throwable)


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.