org.eclipse.higgins.sts.utilities
Class InvalidRandomParameterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

Field Summary
static int INSUFFICIENT_PRIME_DISTANCE
           
static int INVALID_INPUT_DATA
           
static int INVALID_PRIVATE_EXPONENT
           
 
Constructor Summary
InvalidRandomParameterException(int code)
           
 
Method Summary
 int getStatusCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

InvalidRandomParameterException

public InvalidRandomParameterException(int code)
Method Detail

getStatusCode

public int getStatusCode()
Returns:
Returns the statusCode.