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

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.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

Constructor Summary
App42BadParameterException()
           
App42BadParameterException(int httpErrorCode, int appErrorCode)
           
App42BadParameterException(java.lang.String detailMessage)
           
App42BadParameterException(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

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 -