HOME

com.ireasoning.protocol
Class TimeoutException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.io.InterruptedIOException
                          |
                          +--com.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

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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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.