Package com.liferay.portal.odata.filter
Class InvalidFilterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
javax.ws.rs.ClientErrorException
javax.ws.rs.BadRequestException
com.liferay.portal.odata.filter.InvalidFilterException
- All Implemented Interfaces:
Serializable
public class InvalidFilterException
extends javax.ws.rs.BadRequestException
Models errors that occur when handling
Filter
objects.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newInvalidFilterException
with a message.InvalidFilterException
(String msg, Throwable throwable) Creates a newInvalidFilterException
with a message and the throwable of the exception. -
Method Summary
Methods inherited from class javax.ws.rs.WebApplicationException
getResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFilterException
Creates a newInvalidFilterException
with a message.- Parameters:
msg
- the message
-
InvalidFilterException
Creates a newInvalidFilterException
with a message and the throwable of the exception.- Parameters:
msg
- the messagethrowable
- the throwable
-