public class ServerErrorException extends ResponseStatusException
MethodParameter if related to the error).| Constructor and Description |
|---|
ServerErrorException(String reason)
Constructor with an explanation only.
|
ServerErrorException(String reason,
MethodParameter parameter)
Constructor for a 500 error linked to a specific
MethodParameter. |
ServerErrorException(String reason,
MethodParameter parameter,
Throwable cause)
Constructor for a 500 error with a root cause.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<MethodParameter> |
getMethodParameter()
Return the
MethodParameter associated with this error, if any. |
getReason, getStatuscontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServerErrorException(String reason)
public ServerErrorException(String reason, MethodParameter parameter)
MethodParameter.public ServerErrorException(String reason, MethodParameter parameter, Throwable cause)
public Optional<MethodParameter> getMethodParameter()
MethodParameter associated with this error, if any.