com.rsa.certj.crmf

Class CRMFException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.rsa.certj.CertJException
                    |
                    +--com.rsa.certj.crmf.CRMFException
All Implemented Interfaces:
Serializable

public class CRMFException
extends CertJException

This class represents an exception that is used when there is an error in CRMF processing.

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

See Also

Serialized Form

Constructor Summary

CRMFException(String message)

Constructs a CRMFException 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

CRMFException

public CRMFException(String message)
Constructs a CRMFException 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