public static class MessagingException.ServerException extends Exception
| Constructor and Description | 
|---|
ServerException()  | 
ServerException(int statusCode)  | 
ServerException(Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getStatusCode()
Gets the http status code. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServerException(int statusCode)
public ServerException(Throwable cause)
public ServerException()