|
|||||||||||
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.ce.commonj.axis.handlers.AuthZConfigException
This class represents a generic authorization exception
Constructor Summary | |
AuthZConfigException(java.lang.String msg)
Constructor for the authorization exception |
|
AuthZConfigException(java.lang.String msg,
java.lang.Throwable th)
Constructor for the authorization exception encapsulating a generic throwable object. |
|
AuthZConfigException(java.lang.Throwable th)
Constructor for the authorization exception encapsulating a generic throwable object. |
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 |
public AuthZConfigException(java.lang.String msg)
msg
- the description of the exceptionpublic AuthZConfigException(java.lang.Throwable th)
th
- a throwable object.public AuthZConfigException(java.lang.String msg, java.lang.Throwable th)
msg
- the description of the exceptionth
- a throwable object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |