com.mymed.controller.core.exception
Class IOBackEndException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mymed.controller.core.exception.AbstractMymedException
              extended by com.mymed.controller.core.exception.IOBackEndException
All Implemented Interfaces:
java.io.Serializable

public class IOBackEndException
extends AbstractMymedException

Use to return an explicit server Error 404 to the frontend

Author:
lvanni
See Also:
Serialized Form

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

IOBackEndException

public IOBackEndException(java.lang.String message,
                          int status)