org.msgpack.core
Class MessagePackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.msgpack.core.MessagePackException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MessageFormatException, MessageSizeException, MessageStringCodingException, MessageTypeException
public class MessagePackException
- extends java.lang.RuntimeException
A base class of all of the message pack exceptions.
- See Also:
- Serialized Form
Field Summary |
static java.lang.IllegalStateException |
UNREACHABLE
|
Method Summary |
static java.lang.UnsupportedOperationException |
UNSUPPORTED(java.lang.String operationName)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UNREACHABLE
public static java.lang.IllegalStateException UNREACHABLE
MessagePackException
public MessagePackException()
MessagePackException
public MessagePackException(java.lang.String message)
MessagePackException
public MessagePackException(java.lang.String message,
java.lang.Throwable cause)
MessagePackException
public MessagePackException(java.lang.Throwable cause)
UNSUPPORTED
public static java.lang.UnsupportedOperationException UNSUPPORTED(java.lang.String operationName)