info.jedi.net
Class TimeoutException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--info.jedi.net.JEDIException
                          |
                          +--info.jedi.net.TimeoutException

public class TimeoutException
extends JEDIException

Thrown when a JEDI reliable message is not acknowledged within the timeout period.

See Also:
ReliableHandler, CommunicationPort, Serialized Form

Fields inherited from class info.jedi.net.JEDIException
detail, detailStackTrace
 
Constructor Summary
TimeoutException()
          Constructs a TimeoutException
TimeoutException(java.lang.String s)
          Constructs a TimeoutException with a specified detail message
 
Methods inherited from class info.jedi.net.JEDIException
getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeoutException

public TimeoutException()
Constructs a TimeoutException

TimeoutException

public TimeoutException(java.lang.String s)
Constructs a TimeoutException with a specified detail message