Class CertificateException

All Implemented Interfaces:
Serializable

public class CertificateException extends RuntimeException
Runtime exception to support CertificateService.
Version:
1.0
Author:
matt
See Also:
  • Constructor Details

    • CertificateException

      public CertificateException(String message, Throwable cause)
      Construct with a message and nested exception.
      Parameters:
      message - the message
      cause - the original cause
    • CertificateException

      public CertificateException(String message)
      Construct with a message.
      Parameters:
      message - the message
    • CertificateException

      public CertificateException(Throwable cause)
      Construct with a nested exception.
      Parameters:
      cause - the original cause