Package com.nimbusds.jose.util
Class IntegerOverflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nimbusds.jose.JOSEException
com.nimbusds.jose.util.IntegerOverflowException
- All Implemented Interfaces:
Serializable
Integer overflow exception.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IntegerOverflowException
public IntegerOverflowException()Creates a new integer overflow exception.
-