com.google.apphosting.api
Class ApiProxy.ApplicationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.apphosting.api.ApiProxy.ApiProxyException
-
- com.google.apphosting.api.ApiProxy.ApplicationException
-
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ApiProxy
public static class ApiProxy.ApplicationException extends ApiProxy.ApiProxyException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description ApplicationException(int applicationError)
ApplicationException(int applicationError, java.lang.String errorDetail)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description int
getApplicationError()
java.lang.String
getErrorDetail()
-
Methods inherited from class com.google.apphosting.api.ApiProxy.ApiProxyException
copy
-
-