Class HttpStatusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jp.ecuacion.splib.rest.exception.HttpStatusException
- All Implemented Interfaces:
Serializable
-
Constructor Summary
ConstructorsConstructorDescriptionHttpStatusException(org.springframework.http.HttpStatus httpStatus) Constructs a new instance. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpStatusException
public HttpStatusException(org.springframework.http.HttpStatus httpStatus) Constructs a new instance.- Parameters:
httpStatus- httpStatus
-
-
Method Details
-
getHttpStatus
public org.springframework.http.HttpStatus getHttpStatus()
-