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:
- java.io.Serializable
- Enclosing class:
- ApiProxy
public static class ApiProxy.UnknownException extends ApiProxy.ApiProxyException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description UnknownException(java.lang.String message)
UnknownException(java.lang.String packageName, java.lang.String methodName)
UnknownException(java.lang.String packageName, java.lang.String methodName, java.lang.Throwable nestedException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ApiProxy.UnknownException
cloneWithoutStackTrace()
-
Methods inherited from class com.google.apphosting.api.ApiProxy.ApiProxyException
copy
-
-
-
-
Constructor Detail
-
UnknownException
public UnknownException(java.lang.String packageName, java.lang.String methodName, java.lang.Throwable nestedException)
-
UnknownException
public UnknownException(java.lang.String packageName, java.lang.String methodName)
-
UnknownException
public UnknownException(java.lang.String message)
-
-
Method Detail
-
cloneWithoutStackTrace
public ApiProxy.UnknownException cloneWithoutStackTrace()
-
-