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) |
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)
public ApiProxyException(java.lang.String message)
public ApiProxy.ApiProxyException copy(java.lang.StackTraceElement[] stackTrace)
stackTrace
- The stack trace to set in the returned clone