Class CATypeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CATypeException
    extends ECAException
    Exception 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).
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CATypeException​(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

      • CATypeException

        public CATypeException​(java.lang.String msgFormat)