Class CANotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CANotFoundException
    extends ECAException
    Exception to throw when a (sub-)CA cannot be found.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CANotFoundException​(java.lang.String msgFormat)  
    • 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

      • CANotFoundException

        public CANotFoundException​(java.lang.String msgFormat)