Package org.jboss.netty.handler.timeout
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.netty.channel.ChannelException
org.jboss.netty.handler.timeout.TimeoutException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ReadTimeoutException
,WriteTimeoutException
A
TimeoutException
when no data was either read or written within a
certain period of time.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.TimeoutException
(String message) Creates a new instance.TimeoutException
(String message, Throwable cause) Creates a new instance.TimeoutException
(Throwable cause) Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
TimeoutException
public TimeoutException()Creates a new instance. -
TimeoutException
Creates a new instance. -
TimeoutException
Creates a new instance. -
TimeoutException
Creates a new instance.
-