org.globus.security.authorization
Class InitializeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.globus.security.authorization.InterceptorException
              extended by org.globus.security.authorization.InitializeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CloseException

public class InitializeException
extends InterceptorException

Exception thrown when an error occurs on initialize operation on interceptors.

See Also:
Serialized Form

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

InitializeException

public InitializeException(java.lang.String message)

InitializeException

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