com.ls.security.pki
Class CertificateRequestException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ls.BaseException
|
+--com.ls.security.pki.PKIBaseException
|
+--com.ls.security.pki.CertificateRequestException
- All Implemented Interfaces:
- Serializable
- public class CertificateRequestException
- extends PKIBaseException
Exception specific to the certificate request preparation, for example, if the DName string is not correct.
- Version:
- $Revision: 1.3 $
- Author:
- Last modified by $Author: JBogenschuetz $
- See Also:
- Serialized Form
CertificateRequestException
public CertificateRequestException(String description)
- Creates a
CertificateRequestException
with the specified detail message.
- Parameters:
description
- The detail message.
CertificateRequestException
public CertificateRequestException(String description,
Throwable throwable)
- Creates a
CertificateRequestException
with the specified
detail message and nested exception.
- Parameters:
description
- The detail message.throwable
- The nested exception.