org.glite.security.authz
Class InitializeException

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

public class InitializeException
extends java.lang.Exception

This exception is thrown when an exception occurs during initialization.

See Also:
Serialized Form

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

InitializeException

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

Parameters:
message - the error message

InitializeException

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

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