org.glite.security.authz
Class ConfigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.glite.security.authz.InitializeException
              extended byorg.glite.security.authz.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends InitializeException

This exception is thrown when congiguration is missing or incorrect.

See Also:
Serialized Form

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

ConfigException

public ConfigException(java.lang.String message)
Constructor.

Parameters:
message - the error message

ConfigException

public ConfigException(java.lang.String message,
                       java.lang.Exception cause)
Constructor.

Parameters:
message - the error message
cause - the chained exception