org.sadun.util
Class OperationTimedoutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.sadun.util.OperationTimedoutException
All Implemented Interfaces:
java.io.Serializable

public class OperationTimedoutException
extends java.lang.Exception

Author:
Cristiano Sadun
See Also:
Serialized Form

Constructor Summary
OperationTimedoutException()
           
OperationTimedoutException(java.lang.String message)
           
OperationTimedoutException(java.lang.String message, java.lang.Throwable cause)
           
OperationTimedoutException(java.lang.Throwable cause)
           
 
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

OperationTimedoutException

public OperationTimedoutException()

OperationTimedoutException

public OperationTimedoutException(java.lang.String message)
Parameters:
message -

OperationTimedoutException

public OperationTimedoutException(java.lang.Throwable cause)
Parameters:
cause -

OperationTimedoutException

public OperationTimedoutException(java.lang.String message,
                                  java.lang.Throwable cause)
Parameters:
message -
cause -