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

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

public class AuthorizationRequiredException
extends Exception

Thrown when authorization check fails

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

Constructor Summary
AuthorizationRequiredException(String string)
           
AuthorizationRequiredException(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

AuthorizationRequiredException

public AuthorizationRequiredException(String string)

AuthorizationRequiredException

public AuthorizationRequiredException(String string,
                                      Throwable throwable)


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