com.shephertz.app42.paas.sdk.jme
Class App42LimitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.shephertz.app42.paas.sdk.jme.App42Exception
                  extended by com.shephertz.app42.paas.sdk.jme.App42LimitException
All Implemented Interfaces:
java.io.Serializable

public class App42LimitException
extends App42Exception

This exception maps to Http Error Code 413. It is thrown when any of the limits are crossed. E.g. No. Of calls to API or storage limits.

See Also:
Serialized Form

Constructor Summary
App42LimitException()
           
App42LimitException(int httpErrorCode, int appErrorCode)
           
App42LimitException(java.lang.String detailMessage)
           
App42LimitException(java.lang.String detailMessage, int httpErrorCode, int appErrorCode)
           
 
Method Summary
 
Methods inherited from class com.shephertz.app42.paas.sdk.jme.App42Exception
getAppErrorCode, getHttpErrorCode, setAppErrorCode, setHttpErrorCode
 
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

App42LimitException

public App42LimitException()

App42LimitException

public App42LimitException(int httpErrorCode,
                           int appErrorCode)
Parameters:
httpErrorCode -
appErrorCode -

App42LimitException

public App42LimitException(java.lang.String detailMessage)
Parameters:
detailMessage -

App42LimitException

public App42LimitException(java.lang.String detailMessage,
                           int httpErrorCode,
                           int appErrorCode)
Parameters:
detailMessage -
httpErrorCode -
appErrorCode -