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