org.eclipse.higgins.sts.utilities
Class InvalidRandomParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.higgins.sts.utilities.InvalidRandomParameterException
- All Implemented Interfaces:
- Serializable
- public class InvalidRandomParameterException
- extends Exception
- Author:
- Suresh Chari
X9.31 exception for invalid random parameters in code
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
INVALID_INPUT_DATA
public static final int INVALID_INPUT_DATA
- See Also:
- Constant Field Values
INSUFFICIENT_PRIME_DISTANCE
public static final int INSUFFICIENT_PRIME_DISTANCE
- See Also:
- Constant Field Values
INVALID_PRIVATE_EXPONENT
public static final int INVALID_PRIVATE_EXPONENT
- See Also:
- Constant Field Values
InvalidRandomParameterException
public InvalidRandomParameterException(int code)
getStatusCode
public int getStatusCode()
- Returns:
- Returns the statusCode.