- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.netty5.handler.codec.CodecException
-
- io.netty5.handler.codec.UnsupportedMessageTypeException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedMessageTypeException extends CodecException
Thrown if an unsupported message is received by a codec.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedMessageTypeException()
UnsupportedMessageTypeException(Object message, Class<?>... expectedTypes)
UnsupportedMessageTypeException(String s)
UnsupportedMessageTypeException(String message, Throwable cause)
UnsupportedMessageTypeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedMessageTypeException
public UnsupportedMessageTypeException(Object message, Class<?>... expectedTypes)
-
UnsupportedMessageTypeException
public UnsupportedMessageTypeException()
-
UnsupportedMessageTypeException
public UnsupportedMessageTypeException(String message, Throwable cause)
-
UnsupportedMessageTypeException
public UnsupportedMessageTypeException(String s)
-
UnsupportedMessageTypeException
public UnsupportedMessageTypeException(Throwable cause)
-
-