public static class ApiProxy.ApiProxyException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ApiProxyException(java.lang.String message) |
ApiProxyException(java.lang.String message,
java.lang.String packageName,
java.lang.String methodName)
Returns a new
ApiProxy.ApiProxyException where the exception message is the result of calling
String.format(message, packageName, methodName). |
ApiProxyException(java.lang.String message,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ApiProxy.ApiProxyException |
copy(java.lang.StackTraceElement[] stackTrace)
Clones this exception and then sets this Exception as the cause
of the clone and sets the given stack trace in the clone.
|
public ApiProxyException(java.lang.String message,
java.lang.String packageName,
java.lang.String methodName)
ApiProxy.ApiProxyException where the exception message is the result of calling
String.format(message, packageName, methodName).public ApiProxyException(java.lang.String message)
public ApiProxyException(java.lang.String message,
java.lang.Throwable cause)
public ApiProxy.ApiProxyException copy(java.lang.StackTraceElement[] stackTrace)
stackTrace - The stack trace to set in the returned clone