|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.glite.security.authz.AuthorizationException
This exception is thrown to stop the evaluation of an authorization chain.
Constructor Summary | |
AuthorizationException(java.lang.String message)
Constructor. |
|
AuthorizationException(java.lang.String message,
java.lang.Exception cause)
Constructor. |
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AuthorizationException(java.lang.String message)
message
- the error messagepublic AuthorizationException(java.lang.String message, java.lang.Exception cause)
message
- the error messagecause
- the chained exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |