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:
java.io.Serializable
public class IntegerOverflowException extends JOSEException
Integer overflow exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntegerOverflowException()Creates a new integer overflow exception.
-