Package org.jboss.netty.handler.timeout
Class WriteTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.netty.channel.ChannelException
org.jboss.netty.handler.timeout.TimeoutException
org.jboss.netty.handler.timeout.WriteTimeoutException
- All Implemented Interfaces:
Serializable
A
TimeoutException
raised by WriteTimeoutHandler
when no data
was written within a certain period of time.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.WriteTimeoutException
(String message) Creates a new instance.WriteTimeoutException
(String message, Throwable cause) Creates a new instance.WriteTimeoutException
(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
-
WriteTimeoutException
public WriteTimeoutException()Creates a new instance. -
WriteTimeoutException
Creates a new instance. -
WriteTimeoutException
Creates a new instance. -
WriteTimeoutException
Creates a new instance.
-