Package org.xipki.ca.api.publisher
Class CertPublisherException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xipki.ca.api.publisher.CertPublisherException
-
- All Implemented Interfaces:
java.io.Serializable
public class CertPublisherException extends java.lang.ExceptionException related to the publishing of certificates and CRLs.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CertPublisherException(java.lang.String message)CertPublisherException(java.lang.String message, java.lang.Throwable cause)
-