Class RestAPIException

All Implemented Interfaces:
Serializable

public class RestAPIException extends RuntimeException
See Also:
  • Field Details

    • httpStatus

      protected org.springframework.http.HttpStatus httpStatus
    • details

      protected String details
  • Constructor Details

    • RestAPIException

      public RestAPIException(String message, String details, org.springframework.http.HttpStatus httpStatus)
    • RestAPIException

      public RestAPIException(String message, String details, org.springframework.http.HttpStatus httpStatus, Throwable cause)
  • Method Details

    • getHttpStatus

      public org.springframework.http.HttpStatus getHttpStatus()
    • getDetails

      public String getDetails()