Class MessagePackException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.IllegalStateException UNREACHABLE  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.UnsupportedOperationException UNSUPPORTED​(java.lang.String operationName)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • UNREACHABLE

        public static final java.lang.IllegalStateException UNREACHABLE
    • Constructor Detail

      • 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)
    • Method Detail

      • UNSUPPORTED

        public static java.lang.UnsupportedOperationException UNSUPPORTED​(java.lang.String operationName)