Package org.jboss.netty.handler.timeout
Class ReadTimeoutException
- 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.ReadTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class ReadTimeoutException extends TimeoutException
ATimeoutException
raised byReadTimeoutHandler
when no data was read within a certain period of time.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ReadTimeoutException()
Creates a new instance.ReadTimeoutException(java.lang.String message)
Creates a new instance.ReadTimeoutException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.ReadTimeoutException(java.lang.Throwable cause)
Creates a new instance.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ReadTimeoutException
public ReadTimeoutException()
Creates a new instance.
-
ReadTimeoutException
public ReadTimeoutException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.
-
ReadTimeoutException
public ReadTimeoutException(java.lang.String message)
Creates a new instance.
-
ReadTimeoutException
public ReadTimeoutException(java.lang.Throwable cause)
Creates a new instance.
-
-