org.globus.cog.karajan.workflow.service.channels
Class ShuttingDownException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.globus.cog.karajan.workflow.service.channels.ChannelException
              extended by org.globus.cog.karajan.workflow.service.channels.ShuttingDownException
All Implemented Interfaces:
Serializable

public class ShuttingDownException
extends ChannelException

See Also:
Serialized Form

Constructor Summary
ShuttingDownException()
           
ShuttingDownException(String message)
           
ShuttingDownException(String message, Throwable cause)
           
ShuttingDownException(Throwable 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

ShuttingDownException

public ShuttingDownException()

ShuttingDownException

public ShuttingDownException(String message)

ShuttingDownException

public ShuttingDownException(Throwable cause)

ShuttingDownException

public ShuttingDownException(String message,
                             Throwable cause)