org.jwall.web.http.nio
Class TimeOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.