Class RestApiException.NotFound

All Implemented Interfaces:
Serializable
Enclosing class:
RestApiException

public static class RestApiException.NotFound extends RestApiException
See Also:
  • Constructor Details

    • NotFound

      public NotFound()
    • NotFound

      public NotFound(HttpRequest request)
    • NotFound

      public NotFound(Throwable cause)
    • NotFound

      public NotFound(String message)
    • NotFound

      public NotFound(String message, Throwable cause)