org.globus.cog.karajan.workflow.service
Class ReplyTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.globus.cog.karajan.workflow.service.ProtocolException
              extended by org.globus.cog.karajan.workflow.service.ReplyTimeoutException
All Implemented Interfaces:
Serializable

public class ReplyTimeoutException
extends ProtocolException

See Also:
Serialized Form

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

ReplyTimeoutException

public ReplyTimeoutException()

ReplyTimeoutException

public ReplyTimeoutException(String message)

ReplyTimeoutException

public ReplyTimeoutException(String message,
                             Throwable cause)

ReplyTimeoutException

public ReplyTimeoutException(Throwable cause)