Package com.google.apphosting.api
Class ApiProxy.UnknownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.apphosting.api.ApiProxy.ApiProxyException
com.google.apphosting.api.ApiProxy.UnknownException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ApiProxy
An exception whose cause is not known or understood by the API code. This is sometimes the
result of communications problems between the API client (in the user app) and the server that
implements the API.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownException(String message) UnknownException(String packageName, String methodName) UnknownException(String packageName, String methodName, Throwable nestedException) -
Method Summary
Modifier and TypeMethodDescriptionProduces 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
copyMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownException
-
UnknownException
-
UnknownException
-
-
Method Details
-
cloneWithoutStackTrace
Description copied from class:ApiProxy.ApiProxyExceptionProduces a copy of this exception where the stack trace is replaced by one from the place where this method was called.- Overrides:
cloneWithoutStackTracein classApiProxy.ApiProxyException
-