Class FcCertificateManagementException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.certificate.mgmt.FcCertificateManagementException
All Implemented Interfaces:
de.xima.cmn.i18n.ILocalizedMessageProvider, Serializable

public class FcCertificateManagementException extends Exception implements de.xima.cmn.i18n.ILocalizedMessageProvider
Exception thrown by the certificate implementation.
See Also:
  • Constructor Details

    • FcCertificateManagementException

      public FcCertificateManagementException(String message, Throwable cause, String i18nMessageKey, Serializable... i18nMessageArgs)
    • FcCertificateManagementException

      public FcCertificateManagementException(String message, String i18nMessageKey, Serializable... i18nMessageArgs)
  • Method Details

    • getLocalizedMessage

      public String getLocalizedMessage(Locale locale)
      Gets the localized message for the exception.
      Specified by:
      getLocalizedMessage in interface de.xima.cmn.i18n.ILocalizedMessageProvider
      Parameters:
      locale - The locale for which to get the localized message.
      Returns:
      The localized message.
    • getI18nMessageKey

      public String getI18nMessageKey()
    • getI18nMessageArgs

      public Serializable[] getI18nMessageArgs()