public final class WuiInternalServerErrorException extends WuiException
500
is associated to this exception. This exception is intended to be thrown when an apparently
valid request was not fulfilled by the server. This is the expected exception when an internal error (for example
post condition violation) occurred.Constructor and Description |
---|
WuiInternalServerErrorException(String message) |
WuiInternalServerErrorException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Response.Status |
getStatus()
Associated status.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WuiInternalServerErrorException(String message)
public Response.Status getStatus()
WuiException
getStatus
in class WuiException