com.rsa.certj.spi.pki

Class PKITransportException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.rsa.certj.CertJException
                    |
                    +--com.rsa.certj.spi.pki.PKIException
                          |
                          +--com.rsa.certj.spi.pki.PKITransportException
All Implemented Interfaces:
Serializable

public class PKITransportException
extends PKIException

This class represents an exception that is thrown during PKI transport operations.

Copyright (c) RSA Security Inc., 2000-2001. All rights reserved.

See Also

Serialized Form

Constructor Summary

PKITransportException(String message)

Constructs a PKITransportException object with the detail message, message.

PKITransportException(String message, PKIStatusInfo statusInfo)

Constructs a PKITransportException object with the detail message, message, and with the extra error status information provided in statusInfo.

 

Method Summary

 PKIStatusInfo

getStatusInfo()

Returns a PKIStatusInfo object that holds information about the transport error.

 
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

PKITransportException

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

Parameters

         message  

A String object that describes the error.

         statusInfo  

A PKIStatusInfo object that holds information about the transport error.


PKITransportException

public PKITransportException(String message,
                             PKIStatusInfo statusInfo)
Constructs a PKITransportException object with the detail message, message, and with the extra error status information provided in statusInfo.

Parameters

         message  

A String object that describes the error.

         statusInfo  

A PKIStatusInfo object that holds information about the transport error.

Method Detail

getStatusInfo

public PKIStatusInfo getStatusInfo()
Returns a PKIStatusInfo object that holds information about the transport error.

Returns

A PKIStatusInfo object that holds information about the transport error.


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