Package com.google.apphosting.api
Class ApiProxy.ArgumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.apphosting.api.ApiProxy.ApiProxyException
-
- com.google.apphosting.api.ApiProxy.ArgumentException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ApiProxy
public static class ApiProxy.ArgumentException extends ApiProxy.ApiProxyException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArgumentException(String packageName, String methodName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiProxy.ArgumentException
cloneWithoutStackTrace()
Produces a copy of this exception where the stack trace is replaced by one from the place where this method was called.-
Methods inherited from class com.google.apphosting.api.ApiProxy.ApiProxyException
copy
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
cloneWithoutStackTrace
public ApiProxy.ArgumentException cloneWithoutStackTrace()
Description copied from class:ApiProxy.ApiProxyException
Produces a copy of this exception where the stack trace is replaced by one from the place where this method was called.- Overrides:
cloneWithoutStackTrace
in classApiProxy.ApiProxyException
-
-