com.rsa.jsafe
Class JSAFE_Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.rsa.jsafe.JSAFE_Exception
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JSAFE_InputException, JSAFE_InvalidArithmeticException, JSAFE_InvalidKeyException, JSAFE_InvalidParameterException, JSAFE_InvalidUseException, JSAFE_IVException, JSAFE_PaddingException, JSAFE_UnimplementedException
- public abstract class JSAFE_Exception
- extends Exception
JSAFE_Exception is the base class for all JSAFE-related
exceptions that are thrown by JSAFE code. Because there are many
different types of cryptographic errors that can occur, there are
a number of JSAFE_Exception subclasses which handle
the major error categories.
The exception comment string s explains the error.
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JSAFE_Exception
public JSAFE_Exception()
JSAFE_Exception
public JSAFE_Exception(String s)
RSA BSAFE Crypto-J 3.5.2