Class UnsupportedPageableTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.data.tracking.core.filtering.UnsupportedPageableTypeException
All Implemented Interfaces:
Serializable

public class UnsupportedPageableTypeException extends RuntimeException
Subset of RuntimeExceptions when an unsupported Pageable is encountered during a narrowed query fetch.
Author:
Nathan Moore (nathandmoore)
See Also:
  • Constructor Details

    • UnsupportedPageableTypeException

      public UnsupportedPageableTypeException()
    • UnsupportedPageableTypeException

      public UnsupportedPageableTypeException(Throwable cause)
    • UnsupportedPageableTypeException

      public UnsupportedPageableTypeException(String message)
    • UnsupportedPageableTypeException

      public UnsupportedPageableTypeException(String message, Throwable cause)
    • UnsupportedPageableTypeException

      public UnsupportedPageableTypeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)