HOME

com.ireasoning.protocol
Class TimeoutException

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

public class TimeoutException
extends 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(String msg)
          Constructs a new TimeoutException with a detail 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

TimeoutException

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


TimeoutException

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

Parameters:
msg - the detail message

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.