Class SecurityEventException

All Implemented Interfaces:
Serializable

public class SecurityEventException extends TenantSecurityException
See Also:
  • Constructor Details

    • SecurityEventException

      public SecurityEventException(TenantSecurityErrorCodes errorCode, int httpResponseCode, String errorMessage, Throwable cause)
      Create a new KMSException with the provided error code and HTTP status code.
      Parameters:
      errorCode - TSP generated code corresponding with this error.
      httpResponseCode - The HTTP response code returned from the Tenant Security Proxy for this error.
      errorMessage - The readable error message returned from the Tenant Security Proxy for this error.
      cause - The Throwable that caused this one.
    • SecurityEventException

      public SecurityEventException(TenantSecurityErrorCodes errorCode, int httpResponseCode, String errorMessage)
      Create a new KMSException with the provided error code and HTTP status code.
      Parameters:
      errorCode - TSP generated code corresponding with this error.
      httpResponseCode - The HTTP response code returned from the Tenant Security Proxy for this error.
      errorMessage - The readable error message returned from the Tenant Security Proxy for this error.
    • SecurityEventException

      public SecurityEventException(TenantSecurityErrorCodes errorCode, int httpResponseCode, Throwable cause)
      Create a new KMSException with the provided error code and HTTP status code.
      Parameters:
      errorCode - TSP generated code corresponding with this error.
      httpResponseCode - The HTTP response code returned from the Tenant Security Proxy for this error.
      cause - The Throwable that caused this one.
    • SecurityEventException

      public SecurityEventException(TenantSecurityErrorCodes errorCode, int httpResponseCode)
      Create a new KMSException with the provided error code and HTTP status code.
      Parameters:
      errorCode - TSP generated code corresponding with this error.
      httpResponseCode - The HTTP response code returned from the Tenant Security Proxy for this error.
    • SecurityEventException

      public SecurityEventException(TenantSecurityErrorCodes errorCode, Throwable cause)
      Create a new KMSException when the request to the API couldn't be made.
      Parameters:
      errorCode - TSP generated code corresponding with this error.
      cause - The Throwable that caused this one.
    • SecurityEventException

      public SecurityEventException(TenantSecurityErrorCodes errorCode)
      Create a new KMSException when the request to the API couldn't be made.
      Parameters:
      errorCode - TSP generated code corresponding with this error.