org.codehaus.plexus.redback.authorization
Class AuthorizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.plexus.redback.authorization.AuthorizationException
All Implemented Interfaces:
java.io.Serializable

public class AuthorizationException
extends java.lang.Exception

EntityAuthenticationException.java

See Also:
Serialized Form

Constructor Summary
AuthorizationException(java.lang.String message)
           
AuthorizationException(java.lang.String message, java.lang.Exception 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

AuthorizationException

public AuthorizationException(java.lang.String message)
Parameters:
message -

AuthorizationException

public AuthorizationException(java.lang.String message,
                              java.lang.Exception cause)
Parameters:
message -
cause -


Copyright © 2006-2011 Codehaus. All Rights Reserved.