Package com.liferay.portal.odata.sort
Class InvalidSortException
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.sort.InvalidSortException
- All Implemented Interfaces:
Serializable
public class InvalidSortException
extends javax.ws.rs.BadRequestException
Models
Sort
errors.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newInvalidSortException
with the provided message.InvalidSortException
(String msg, Throwable throwable) Creates a newInvalidSortException
with the provided message and throwable. -
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
-
InvalidSortException
Creates a newInvalidSortException
with the provided message.- Parameters:
msg
- the message
-
InvalidSortException
Creates a newInvalidSortException
with the provided message and throwable.- Parameters:
msg
- the messagethrowable
- the throwable
-