|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.mymed.controller.core.exception.AbstractMymedException
com.mymed.controller.core.exception.IOBackEndException
public class IOBackEndException
Use to return an explicit server Error 404 to the frontend
Constructor Summary | |
---|---|
IOBackEndException(java.lang.String message,
int status)
|
Method Summary |
---|
Methods inherited from class com.mymed.controller.core.exception.AbstractMymedException |
---|
getMessage, getStatus |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 IOBackEndException(java.lang.String message, int status)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |