com.google.apphosting.api
Class ApiProxy.ApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.google.apphosting.api.ApiProxy.ApiProxyException
                  extended by 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
ApiProxy.ApplicationException(int applicationError)
           
ApiProxy.ApplicationException(int applicationError, java.lang.String errorDetail)
           
 
Method Summary
 int getApplicationError()
           
 java.lang.String getErrorDetail()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApiProxy.ApplicationException

public ApiProxy.ApplicationException(int applicationError)

ApiProxy.ApplicationException

public ApiProxy.ApplicationException(int applicationError,
                                     java.lang.String errorDetail)
Method Detail

getApplicationError

public int getApplicationError()

getErrorDetail

public java.lang.String getErrorDetail()