org.codehaus.plexus.redback.authorization
Class NotAuthorizedException

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

public class NotAuthorizedException
extends java.lang.Exception

EntityAuthenticationException.java

See Also:
Serialized Form

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

NotAuthorizedException

public NotAuthorizedException()

NotAuthorizedException

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

NotAuthorizedException

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


Copyright © 2006-2011 Codehaus. All Rights Reserved.