Package io.jmix.rest.exception
Class RestAPIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.rest.exception.RestAPIException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRestAPIException
(String message, String details, org.springframework.http.HttpStatus httpStatus) RestAPIException
(String message, String details, org.springframework.http.HttpStatus httpStatus, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.HttpStatus
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
httpStatus
protected org.springframework.http.HttpStatus httpStatus -
details
-
-
Constructor Details
-
RestAPIException
-
RestAPIException
-
-
Method Details
-
getHttpStatus
public org.springframework.http.HttpStatus getHttpStatus() -
getDetails
-