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

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.App42NotFoundException
All Implemented Interfaces:
java.io.Serializable

public class App42NotFoundException
extends App42Exception

Exception throuwn when a particular resource is not found. e.g. User not found. This maps to the HTTP Error Code 404

See Also:
Serialized Form

Constructor Summary
App42NotFoundException()
           
App42NotFoundException(java.lang.String detailMessage)
           
App42NotFoundException(java.lang.String detailMessage, int httpErrorCode, int appErrorCode)
          Constructor which takes message, httpErrorCode and the 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

App42NotFoundException

public App42NotFoundException()

App42NotFoundException

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

App42NotFoundException

public App42NotFoundException(java.lang.String detailMessage,
                              int httpErrorCode,
                              int appErrorCode)
Constructor which takes message, httpErrorCode and the appErrorCode

Parameters:
detailMessage -
httpErrorCode -
appErrorCode -