org.msgpack.core
Class MessageOverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.msgpack.core.MessagePackException
                  extended by org.msgpack.core.MessageTypeException
                      extended by org.msgpack.core.MessageOverflowException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MessageFloatOverflowException, MessageIntegerOverflowException

public class MessageOverflowException
extends MessageTypeException

Created on 5/28/14.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.msgpack.core.MessagePackException
UNREACHABLE
 
Constructor Summary
MessageOverflowException()
           
MessageOverflowException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class org.msgpack.core.MessagePackException
UNSUPPORTED
 
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
 

Constructor Detail

MessageOverflowException

public MessageOverflowException()

MessageOverflowException

public MessageOverflowException(java.lang.String message)