x10
Class OperationTimedOutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byx10.OperationTimedOutException
All Implemented Interfaces:
java.io.Serializable

public class OperationTimedOutException
extends java.lang.Exception

OperationTimedOutException is an exception to be thrown when an operation times out.

See Also:
Serialized Form

Constructor Summary
OperationTimedOutException()
          OperationTimedOutException constructs an OperationTimedOutException with no message
OperationTimedOutException(java.lang.String message)
          OperationTimedOutException constructs an OperationTimedOutException with the specified message
 
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 constructs an OperationTimedOutException with no message


OperationTimedOutException

public OperationTimedOutException(java.lang.String message)
OperationTimedOutException constructs an OperationTimedOutException with the specified message

Parameters:
message - the error message associated to the exception.


Copyright ©2000-2005 Wade Wassenberg.
On the web: http://x10.homelinux.org.
Send bug reports to x10@wass.homelinux.net.
Last Modified June 1, 2005