com.shephertz.app42.paas.sdk.jme
Class App42LimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.shephertz.app42.paas.sdk.jme.App42Exception
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
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 |
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
-