public class CodecException extends RuntimeException
Class CodecException. Provides codecexception functionality for the Hytale server.
java.lang.Object > RuntimeException > CodecException
Field Summary
handle
final
MethodHandle
handle
Field handle.
Method Detail
CodecException
public
public
CodecException
(final String message)
Method CodecException.
- Parameters:
final Stringmessage
getMessage
public
String
getMessage
()
Method getMessage.
handle
static
MethodHandle
handle
()
Method handle.
ensureHandle
static
MethodHandle
ensureHandle
()
Method ensureHandle.
invoke
static
String
invoke
(String p0)
Method invoke.
- Parameters:
Stringp0