org.apache.maven.continuum.web.exception
Class AuthenticationRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AuthenticationRequiredException
public AuthenticationRequiredException(String string)
AuthenticationRequiredException
public AuthenticationRequiredException(String string,
Throwable throwable)
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.