org.globus.wsrf.container
Class ContainerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.globus.common.ChainedException
              extended by org.globus.wsrf.container.ContainerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlreadyReloadingException, ReloadActionException, SecureContainerException

public class ContainerException
extends org.globus.common.ChainedException

See Also:
Serialized Form

Constructor Summary
ContainerException()
           
ContainerException(java.lang.String s)
           
ContainerException(java.lang.String s, java.lang.Throwable exception)
           
ContainerException(java.lang.Throwable exception)
           
 
Method Summary
 
Methods inherited from class org.globus.common.ChainedException
getException, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerException

public ContainerException()

ContainerException

public ContainerException(java.lang.String s)

ContainerException

public ContainerException(java.lang.String s,
                          java.lang.Throwable exception)

ContainerException

public ContainerException(java.lang.Throwable exception)