|
|||||||||||
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.InitializeException
org.glite.security.authz.ConfigException
This exception is thrown when congiguration is missing or incorrect.
Constructor Summary | |
ConfigException(java.lang.String message)
Constructor. |
|
ConfigException(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 ConfigException(java.lang.String message)
message
- the error messagepublic ConfigException(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 |