Package com.netscape.certsrv.ca
Class EErrorPublishCRL
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.ca.ECAException
com.netscape.certsrv.ca.EErrorPublishCRL
- All Implemented Interfaces:
Serializable
A class represents a CA exception associated with publishing error.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
ConstructorsConstructorDescriptionEErrorPublishCRL
(String errorString) Constructs a CA exception caused by publishing error. -
Method Summary
Methods inherited from class com.netscape.certsrv.ca.ECAException
getBundleName
Methods inherited from class com.netscape.certsrv.base.EBaseException
getParameters, toString, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
EErrorPublishCRL
Constructs a CA exception caused by publishing error.- Parameters:
errorString
- Detailed error message.
-