com.rsa.jsafe
Class JSAFE_InvalidUseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.rsa.jsafe.JSAFE_Exception
com.rsa.jsafe.JSAFE_InvalidUseException
- All Implemented Interfaces:
- Serializable
- public class JSAFE_InvalidUseException
- extends JSAFE_Exception
This exception is thrown when a JSAFE object is used incorrectly.
One such instance would be calling encryptUpdate()
before calling encrypInit(). The details of the
error can be found in the exception comment string s.
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_InvalidUseException
public JSAFE_InvalidUseException()
JSAFE_InvalidUseException
public JSAFE_InvalidUseException(String s)
RSA BSAFE Crypto-J 3.5.2