Class NoPossibleResultsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.common.exception.NoPossibleResultsException
- All Implemented Interfaces:
Serializable
The admin will throw this exception when a query is attempted across multiple class hierarchies
because it is impossible for such a query to produce any results.
- Author:
- Andre Azzolini (apazzolini)
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
NoPossibleResultsException
(String message) NoPossibleResultsException
(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
-
NoPossibleResultsException
protected NoPossibleResultsException() -
NoPossibleResultsException
-
NoPossibleResultsException
-
NoPossibleResultsException
-