ApiProxy.ApplicationException (Google App Engine API for Java)

com.google.apphosting.api

Class ApiProxy.ApplicationException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getApplicationError() 
      java.lang.String getErrorDetail() 
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ApplicationException

        public ApplicationException(int applicationError)
      • ApplicationException

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

      • getApplicationError

        public int getApplicationError()
      • getErrorDetail

        public java.lang.String getErrorDetail()