Uses of Class
com.netscape.certsrv.ca.ECAException
Packages that use ECAException
-
Uses of ECAException in com.netscape.certsrv.ca
Subclasses of ECAException in com.netscape.certsrv.caModifier and TypeClassDescriptionclassException to throw when a (sub-)CA cannot perform an operation because it is disabled.classException to throw when an operation cannot be performed because the CA to which the operation pertains is enabled.classException to throw when a (sub-)CA's signing certificate is not (yet) present in the local NSSDB.classException to throw when a (sub-)CA's signing key is not (yet) present in the local NSSDB.classException to throw when a (sub-)CA cannot be found.classException to throw when an operation cannot be performed because the CA to which the operation pertains is not a leaf CA (ie, has sub-CAs).classException to throw when an operation cannot be completed because the CA is the wrong type (e.g., an operation that only applies to lightweight CAs).classA class represents a CA exception associated with publishing error.classException to throw during CA creation when requested CA (issuer DN) already exists. -
Uses of ECAException in org.dogtagpki.server.ca
Methods in org.dogtagpki.server.ca that throw ECAExceptionModifier and TypeMethodDescriptionvoidICertificateAuthority.ensureReady()Throw an exception if CA is not ready to perform signing operations.