|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.shephertz.app42.paas.sdk.jme.App42Exception
com.shephertz.app42.paas.sdk.jme.App42NotFoundException
public class App42NotFoundException
Exception throuwn when a particular resource is not found. e.g. User not found. This maps to the HTTP Error Code 404
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 |
---|
public App42NotFoundException()
public App42NotFoundException(java.lang.String detailMessage)
detailMessage
- public App42NotFoundException(java.lang.String detailMessage, int httpErrorCode, int appErrorCode)
detailMessage
- httpErrorCode
- appErrorCode
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |