Class PKIException

All Implemented Interfaces:
Serializable

public class PKIException extends RuntimeException
Represents an error state occurred within a PKI factory processing
See Also:
  • Constructor Details

    • PKIException

      public PKIException()
      Empty constructor
    • PKIException

      public PKIException(String message)
      Constructor with a message
      Parameters:
      message - String
    • PKIException

      public PKIException(Throwable cause)
      Re-throwable constructor
      Parameters:
      cause - Throwable
    • PKIException

      public PKIException(String message, Throwable cause)
      Re-throwable constructor with a custom message
      Parameters:
      message - String
      cause - Throwable