com.rsa.certj.spi.path

Class CertPathException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.rsa.certj.CertJException
                    |
                    +--com.rsa.certj.spi.path.CertPathException
All Implemented Interfaces:
Serializable

public class CertPathException
extends CertJException

This class represents an exception that is thrown during certification-path processing operations.

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

See Also

Serialized Form

Constructor Summary

CertPathException(String message)

Constructs a CertPathException object with the 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

CertPathException

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

Parameters

         message  

A String that describes the error.



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