public class QueryException extends TaskExecutionException
Constructor and Description |
---|
QueryException(int status) |
QueryException(int status,
String message) |
QueryException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getLocalizedMessage() |
int |
getStatus()
Returns the HTTP status code corresponding to the exception.
|
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public QueryException(int status)
public QueryException(int status, String message)
public QueryException(Throwable cause)
public int getStatus()
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable