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