Class LimitingByteInput.TooBigObjectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.jboss.netty.handler.codec.marshalling.LimitingByteInput.TooBigObjectException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- LimitingByteInput
static final class LimitingByteInput.TooBigObjectException extends java.io.IOException
Exception that will get thrown if theObject
is to big to unmarshall
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description TooBigObjectException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-