Package net.md_5.bungee.protocol
Class FastDecoderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.netty.handler.codec.CodecException
-
- io.netty.handler.codec.DecoderException
-
- net.md_5.bungee.protocol.FastDecoderException
-
- All Implemented Interfaces:
Serializable
public class FastDecoderException extends io.netty.handler.codec.DecoderException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FastDecoderException(String message)FastDecoderException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablefillInStackTrace()ThrowableinitCause(Throwable cause)-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-