Package org.openbravo.service.web
Class InvalidContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openbravo.base.exception.OBException
-
- org.openbravo.service.web.InvalidContentException
-
- All Implemented Interfaces:
Serializable
public class InvalidContentException extends OBException
This exception is thrown when the posted content is not valid.- Author:
- mtaal
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidContentException()
InvalidContentException(String message)
InvalidContentException(String message, Throwable cause)
InvalidContentException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.openbravo.base.exception.OBException
getLogger, isLogExceptionNeeded
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-