com.rsa.certj

Class CertJException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.rsa.certj.CertJException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CertPathException, CertStatusException, CRMFException, DatabaseException, InvalidParameterException, NoServiceException, NotSupportedException, PKCS12Exception, PKCS7Exception, PKIException, ProviderManagementException, RandomException, XMLException

public abstract class CertJException
extends Exception

This class is a parent class to all the Cert-J exceptions.

Copyright © RSA Security Inc., 1999-2001. All rights reserved.

See Also

Serialized Form

Constructor Summary

CertJException(String message)

Constructs a CertJException object with the specified detail message, message.

 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CertJException

public CertJException(String message)
Constructs a CertJException object with the specified detail message, message.

Parameters

         message  

A String describing the exception.



RSA BSAFE ® Cert-J 2.1.1 001-047007-211-001-000