public static class ApiProxy.ApplicationException extends ApiProxy.ApiProxyException
| Constructor and Description |
|---|
ApplicationException(int applicationError) |
ApplicationException(int applicationError,
String errorDetail) |
| Modifier and Type | Method and Description |
|---|---|
protected ApiProxy.ApplicationException |
cloneWithoutStackTrace()
Produces a copy of this exception where the stack trace is replaced by one from the place
where this method was called.
|
int |
getApplicationError() |
String |
getErrorDetail() |
copyaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ApplicationException(int applicationError)
public ApplicationException(int applicationError,
String errorDetail)
public int getApplicationError()
public String getErrorDetail()
protected ApiProxy.ApplicationException cloneWithoutStackTrace()
ApiProxy.ApiProxyExceptioncloneWithoutStackTrace in class ApiProxy.ApiProxyExceptionCopyright © 2022. All rights reserved.