com.mymed.controller.core.exception
Class WrongFormatException

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

public class WrongFormatException
extends AbstractMymedException

Returns an explicit server error 500.

Author:
iacopo
See Also:
Serialized Form

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

WrongFormatException

public WrongFormatException(java.lang.String message)

WrongFormatException

public WrongFormatException(java.lang.Exception e)