org.globus.security.authorization
Class CloseException

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
                  extended by org.globus.security.authorization.CloseException
All Implemented Interfaces:
java.io.Serializable

public class CloseException
extends InitializeException

This exception is thrown when errors occur on invoking close method on interceptors.

See Also:
Serialized Form

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

CloseException

public CloseException(java.lang.String message)

CloseException

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