Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CAMissingKeyException

        public CAMissingKeyException​(java.lang.String msgFormat)
      • CAMissingKeyException

        public CAMissingKeyException​(java.lang.String msgFormat,
                                     java.lang.Exception cause)