public static class ApiProxy.ApiProxyException
extends java.lang.RuntimeException
Constructor and Description |
---|
ApiProxy.ApiProxyException(java.lang.String message) |
ApiProxy.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 ApiProxy.ApiProxyException(java.lang.String message, java.lang.String packageName, java.lang.String methodName)
public ApiProxy.ApiProxyException(java.lang.String message)
public ApiProxy.ApiProxyException copy(java.lang.StackTraceElement[] stackTrace)
stackTrace
- The stack trace to set in the returned clone