Class ECAException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CADisabledException, CAEnabledException, CAMissingCertException, CAMissingKeyException, CANotFoundException, CANotLeafException, CATypeException, EErrorPublishCRL, IssuerUnavailableException

public class ECAException extends EBaseException
A class represents a CA exception.

Version:
$Revision$, $Date$
See Also:
  • Constructor Details

    • ECAException

      public ECAException(String msgFormat)
      Constructs a CA exception.

      Parameters:
      msgFormat - constant from CAResources.
    • ECAException

      public ECAException(String msgFormat, Throwable cause)
      Constructs a CA exception.

      Parameters:
      msgFormat - constant from CAResources.
      cause - cause of this exception.
    • ECAException

      public ECAException(String msgFormat, Object[] params)
      Constructs a CA exception.

      Parameters:
      msgFormat - constant from CAResources.
      params - additional parameters to the message.
  • Method Details

    • getBundleName

      protected String getBundleName()
      Returns the bundle file name.

      Overrides:
      getBundleName in class EBaseException
      Returns:
      name of bundle class associated with this exception.