com.ls.security.pki
Class PKIBaseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ls.BaseException
|
+--com.ls.security.pki.PKIBaseException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CertificateRequestException, CertificateValidityException, DecryptionException, EncryptionException, GeneralPKIException, LDAPException, NoValidCertificateException, SignatureVericationException, SigningException, WebGatewayException
- public class PKIBaseException
- extends BaseException
Living systems PKI base exception for all PKI.
- Version:
- $Revision: 1.3 $
- Author:
- Last modified by $Author: JBogenschuetz $
- See Also:
- Serialized Form
PKIBaseException
public PKIBaseException()
- Creates a
PKIBaseException
with no specified detail message.
PKIBaseException
public PKIBaseException(String description)
- Creates a
PKIBaseException
with the specified detail message.
- Parameters:
description
- The detail message.
PKIBaseException
public PKIBaseException(String description,
Throwable throwable)
- Creates a
PKIBaseException
with the specified
detail message and nested exception.
- Parameters:
description
- The detail message.throwable
- The nested exception.