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 Details

    • InvalidSortException

      public InvalidSortException(String msg)
      Creates a new InvalidSortException with the provided message.
      Parameters:
      msg - the message
    • InvalidSortException

      public InvalidSortException(String msg, Throwable throwable)
      Creates a new InvalidSortException with the provided message and throwable.
      Parameters:
      msg - the message
      throwable - the throwable