Class InvalidSortOrderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.common.jpa.exception.InvalidSortOrderException
- All Implemented Interfaces:
Serializable
Thrown if we encounter an unsupported type when applying a sort order.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidSortOrderException
(String message) InvalidSortOrderException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSortOrderException
-
InvalidSortOrderException
-
InvalidSortOrderException
-