Package io.jmix.reportsrest.controller
Class RestAPIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.reportsrest.controller.RestAPIException
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionRestAPIException(String message, String details, org.springframework.http.HttpStatus httpStatus) RestAPIException(String message, String details, org.springframework.http.HttpStatus httpStatus, Throwable cause) 
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.http.HttpStatusMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
httpStatusprotected org.springframework.http.HttpStatus httpStatus
- 
details
 
- 
- 
Constructor Details- 
RestAPIException
- 
RestAPIException
 
- 
- 
Method Details- 
getHttpStatuspublic org.springframework.http.HttpStatus getHttpStatus()
- 
getDetails
 
-