public static class ApiProxy.UnknownException extends ApiProxy.ApiProxyException
| Constructor and Description |
|---|
UnknownException(String message) |
UnknownException(String packageName,
String methodName) |
UnknownException(String packageName,
String methodName,
Throwable nestedException) |
| Modifier and Type | Method and Description |
|---|---|
ApiProxy.UnknownException |
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 UnknownException(String packageName, String methodName, Throwable nestedException)
public UnknownException(String message)
public ApiProxy.UnknownException cloneWithoutStackTrace()
ApiProxy.ApiProxyExceptioncloneWithoutStackTrace in class ApiProxy.ApiProxyExceptionCopyright © 2022. All rights reserved.