public class ServiceMethodException extends ServiceException
| Constructor and Description |
|---|
ServiceMethodException(int responseCode)
Constructor
|
ServiceMethodException(int responseCode,
String msg)
Constructor
|
ServiceMethodException(int responseCode,
String msg,
Throwable t)
Constructor
|
ServiceMethodException(int responseCode,
Throwable t)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getResponseCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceMethodException(int responseCode)
responseCode - The HTTP response codepublic ServiceMethodException(int responseCode,
Throwable t)
responseCode - The HTTP response codet - The parent exception.public ServiceMethodException(int responseCode,
String msg)
responseCode - The HTTP response codemsg - Error message descriptionCopyright © 2010–2021 The Direct Project. All rights reserved.