HOME

com.ireasoning.protocol
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.InterruptedIOException
                  extended by com.ireasoning.protocol.TimeoutException
All Implemented Interfaces:
java.io.Serializable

public class TimeoutException
extends java.io.InterruptedIOException

This Exception is thrown when a specified timeout is reached without suceeding in completing the action.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.io.InterruptedIOException
bytesTransferred
 
Constructor Summary
TimeoutException()
          Construct a new TimeoutException with no detailed message.
TimeoutException(java.lang.String msg)
          Constructs a new TimeoutException with a detail message.
 
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

TimeoutException

public TimeoutException()
Construct a new TimeoutException with no detailed message.


TimeoutException

public TimeoutException(java.lang.String msg)
Constructs a new TimeoutException with a detail message.

Parameters:
msg - the detail message

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.