public class ResponseException extends MadvocException
UncheckedException.CallableVoid
cause, CAUSE_DIV, showCauseDetails
Constructor and Description |
---|
ResponseException(HttpStatus httpStatus) |
ResponseException(int status,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns the detail message, including the message from the nested exception if there is one.
|
int |
getStatus() |
callAndWrapException, getCause, printStackTrace, printStackTrace, printStackTrace, rethrow, runAndWrapException, wrap, wrap
public ResponseException(int status, java.lang.String message)
public ResponseException(HttpStatus httpStatus)
public int getStatus()
public java.lang.String getMessage()
UncheckedException
getMessage
in class UncheckedException
Copyright © 2003-present Jodd Team