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