org.xsocket.stream
Class WaitTimeoutException

Package class diagram package WaitTimeoutException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.xsocket.stream.WaitTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class WaitTimeoutException
extends java.io.IOException

Checked exception, thrown when a the wait timeout has been reached

See Also:
Serialized Form

Constructor Summary
WaitTimeoutException(java.lang.String msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WaitTimeoutException

public WaitTimeoutException(java.lang.String msg)
See Also:
IOException