-
- All Implemented Interfaces:
-
java.io.Serializable
public class MessagePackException extends RuntimeException
A base class of all of the message pack exceptions.
-
-
Field Summary
Fields Modifier and Type Field Description public final static IllegalStateExceptionUNREACHABLE
-
Constructor Summary
Constructors Constructor Description MessagePackException()MessagePackException(String message)MessagePackException(String message, Throwable cause)MessagePackException(Throwable cause)
-
Method Summary
Modifier and Type Method Description static UnsupportedOperationExceptionUNSUPPORTED(String operationName)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
UNSUPPORTED
static UnsupportedOperationException UNSUPPORTED(String operationName)
-
-
-
-