Package io.netty.handler.codec
Class UnsupportedMessageTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.netty.handler.codec.CodecException
io.netty.handler.codec.UnsupportedMessageTypeException
- All Implemented Interfaces:
Serializable
Thrown if an unsupported message is received by an codec.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedMessageTypeException
(Object message, Class<?>... expectedTypes) UnsupportedMessageTypeException
(String message, Throwable cause) -
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
-
UnsupportedMessageTypeException
-
UnsupportedMessageTypeException
public UnsupportedMessageTypeException() -
UnsupportedMessageTypeException
-
UnsupportedMessageTypeException
-
UnsupportedMessageTypeException
-
-
Method Details
-
message
-