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

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

public class ChannelException
extends Exception

See Also:
Serialized Form

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

ChannelException

public ChannelException()

ChannelException

public ChannelException(String message)

ChannelException

public ChannelException(Throwable cause)

ChannelException

public ChannelException(String message,
                        Throwable cause)