Class IntegerMaxValueException

All Implemented Interfaces:
Serializable

public class IntegerMaxValueException extends JBIG2Exception
Can be used if the maximum value limit of an integer is exceeded.
See Also:
  • Field Details

  • Constructor Details

    • IntegerMaxValueException

      public IntegerMaxValueException()
    • IntegerMaxValueException

      public IntegerMaxValueException(String message)
    • IntegerMaxValueException

      public IntegerMaxValueException(Throwable cause)
    • IntegerMaxValueException

      public IntegerMaxValueException(String message, Throwable cause)