org.jwall.web.http.nio
Class TimeOutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jwall.web.http.nio.TimeOutException
All Implemented Interfaces:
Serializable

public class TimeOutException
extends Exception

This type of exception denotes the timeout of a stream or channel instance, i.e. the HttpRequest-/HttpResponseChannels.

Author:
Christian Bockermann <chris@jwall.org>
See Also:
Serialized Form

Constructor Summary
TimeOutException(String msg)
          Creates a new instance of this class using the specified 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeOutException

public TimeOutException(String msg)
Creates a new instance of this class using the specified message.

Parameters:
msg - The error message.


Copyright © 2012 jwall.org. All Rights Reserved.