Package org.jboss.netty.handler.codec
Class PrematureChannelClosureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jboss.netty.handler.codec.PrematureChannelClosureException
-
- All Implemented Interfaces:
java.io.Serializable
public class PrematureChannelClosureException extends java.lang.Exception
Exception which should get thrown if a Channel got closed before it is expected- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description PrematureChannelClosureException()
PrematureChannelClosureException(java.lang.String msg)
PrematureChannelClosureException(java.lang.String msg, java.lang.Throwable t)
PrematureChannelClosureException(java.lang.Throwable t)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PrematureChannelClosureException
public PrematureChannelClosureException()
-
PrematureChannelClosureException
public PrematureChannelClosureException(java.lang.String msg)
-
PrematureChannelClosureException
public PrematureChannelClosureException(java.lang.String msg, java.lang.Throwable t)
-
PrematureChannelClosureException
public PrematureChannelClosureException(java.lang.Throwable t)
-
-