com.rsa.jsafe
Class JSAFE_InvalidArithmeticException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.rsa.jsafe.JSAFE_Exception
              extended bycom.rsa.jsafe.JSAFE_InvalidArithmeticException
All Implemented Interfaces:
Serializable

public class JSAFE_InvalidArithmeticException
extends JSAFE_Exception

This exception concerns only algorithms that use a number package (currently RSA, DH, and DSA). The exception indicates that the number package in use is somehow invalid. The exception comment string s gives details.

See Overview of Crypto-J for background and reference material on using and understanding Crypto-J.

Copyright © RSA Security Inc., 1997-2005. All rights reserved.

See Also:
Serialized Form

Constructor Summary
JSAFE_InvalidArithmeticException()

 

JSAFE_InvalidArithmeticException(String s)

 

 
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
 

Constructor Detail

JSAFE_InvalidArithmeticException

public JSAFE_InvalidArithmeticException()

JSAFE_InvalidArithmeticException

public JSAFE_InvalidArithmeticException(String s)


RSA BSAFE Crypto-J 3.5.2