Package com.netscape.certsrv.ca
Class CAMissingKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.netscape.certsrv.base.EBaseException
-
- com.netscape.certsrv.ca.ECAException
-
- com.netscape.certsrv.ca.CAMissingKeyException
-
- All Implemented Interfaces:
java.io.Serializable
public class CAMissingKeyException extends ECAException
Exception to throw when a (sub-)CA's signing key is not (yet) present in the local NSSDB.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
-
Constructor Summary
Constructors Constructor Description CAMissingKeyException(java.lang.String msgFormat)
CAMissingKeyException(java.lang.String msgFormat, java.lang.Exception cause)
-
Method Summary
-
Methods inherited from class com.netscape.certsrv.ca.ECAException
getBundleName
-
Methods inherited from class com.netscape.certsrv.base.EBaseException
getParameters, toString, toString
-
-