com.shephertz.app42.paas.sdk.jme
Class App42BadParameterException
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.App42BadParameterException
- All Implemented Interfaces:
- java.io.Serializable
public class App42BadParameterException
- extends App42Exception
This exception is thrown when the arguments are invalid. For e.g. Already
exits * This maps to the HTTP Error Code 408
- 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 |
App42BadParameterException
public App42BadParameterException()
App42BadParameterException
public App42BadParameterException(int httpErrorCode,
int appErrorCode)
- Parameters:
httpErrorCode
- appErrorCode
-
App42BadParameterException
public App42BadParameterException(java.lang.String detailMessage)
- Parameters:
detailMessage
-
App42BadParameterException
public App42BadParameterException(java.lang.String detailMessage,
int httpErrorCode,
int appErrorCode)
- Parameters:
detailMessage
- httpErrorCode
- appErrorCode
-