Class RestApiException.InternalServerError

All Implemented Interfaces:
Serializable
Enclosing class:
RestApiException

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

    • InternalServerError

      public InternalServerError(String message)
    • InternalServerError

      public InternalServerError(Throwable cause)
    • InternalServerError

      public InternalServerError(String message, Throwable cause)