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:
-
Constructor Summary
ConstructorsConstructorDescriptionFastDecoderException
(String message) FastDecoderException
(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FastDecoderException
-
FastDecoderException
-
-
Method Details
-
initCause
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-