com.mymed.controller.core.exception
Class InternalBackEndException

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

public class InternalBackEndException
extends AbstractMymedException

Use to return an explicit server Error 500 to the frontend

Author:
lvanni
See Also:
Serialized Form

Constructor Summary
InternalBackEndException(java.lang.Exception e)
           
InternalBackEndException(java.lang.String message)
           
 
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

InternalBackEndException

public InternalBackEndException(java.lang.String message)

InternalBackEndException

public InternalBackEndException(java.lang.Exception e)