com.ls.security.pki
Class CertificateValidityException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ls.BaseException
|
+--com.ls.security.pki.PKIBaseException
|
+--com.ls.security.pki.CertificateValidityException
- All Implemented Interfaces:
- Serializable
- public class CertificateValidityException
- extends PKIBaseException
This exception is thrown when the cached certificate's validity expires or the certificate will be valid in future (
(still not valid)
- Version:
- $Revision: 1.3 $
- Author:
- Last modified by $Author: JBogenschuetz $
- See Also:
- Serialized Form
CertificateValidityException
public CertificateValidityException(String description)
- Creates a
CertificateValidityException
with the specified detail message.
- Parameters:
description
- The detail message.
CertificateValidityException
public CertificateValidityException(String description,
Throwable throwable)
- Creates a
CertificateValidityException
with the specified
detail message and nested exception.
- Parameters:
description
- The detail message.throwable
- The nested exception.