public class ApiException extends RuntimeException
| Constructor and Description |
|---|
ApiException(String methodName) |
ApiException(String methodName,
ApiResult<?> unexpectedResult) |
ApiException(String methodName,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodName() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ApiException(String methodName)