Package org.openbravo.service.web
Class InvalidRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openbravo.base.exception.OBException
-
- org.openbravo.service.web.InvalidRequestException
-
- All Implemented Interfaces:
Serializable
public class InvalidRequestException extends OBException
This exception is thrown when the url can not be parsed.- Author:
- mtaal
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidRequestException()
InvalidRequestException(String message)
InvalidRequestException(String message, Throwable cause)
InvalidRequestException(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
-
-