Class CertException

All Implemented Interfaces:
Serializable

This class defines an exception that can be thrown if a problem is encountered while performing certificate processing.
See Also:
  • Constructor Details

    • CertException

      public CertException(@NotNull String message)
      Creates a new certificate exception with the provided message.
      Parameters:
      message - The message to use for this exception.
    • CertException

      public CertException(@NotNull String message, @Nullable Throwable cause)
      Creates a new certificate exception with the provided message.
      Parameters:
      message - The message to use for this exception.
      cause - The exception that triggered this exception.