Package 

Class MessageIntegerOverflowException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class MessageIntegerOverflowException
    extends MessageTypeException
                        

    This error is thrown when the user tries to read an integer value using a smaller types. For example, calling MessageUnpacker.unpackInt() for an integer value that is larger than Integer.MAX_VALUE will cause this exception.

    • Constructor Detail

      • MessageIntegerOverflowException

        MessageIntegerOverflowException(BigInteger bigInteger)
      • MessageIntegerOverflowException

        MessageIntegerOverflowException(long value)
      • MessageIntegerOverflowException

        MessageIntegerOverflowException(String message, BigInteger bigInteger)