Class HankoNotFoundException

All Implemented Interfaces:
Serializable

public class HankoNotFoundException extends HankoApiException
Exception occurring if requested resources are not found by the Hanko API (i.e. if it response with a 404 status code).
See Also:
Serialized Form
  • Constructor Details

    • HankoNotFoundException

      public HankoNotFoundException(String message)
      Construct a new HankoNotFoundException with the specified detail message.
      Parameters:
      message - the detail message
    • HankoNotFoundException

      public HankoNotFoundException(String message, Integer status, String requestPath, String content)
      Construct a new HankoNotFoundException with the specified detail message, the Hanko API response status, the original request path and the Hanko API response content.
      Parameters:
      message - the detail message
      status - the Hanko API HTTP response status
      requestPath - the original request path
      content - the Hanko API response content