Class RatingDetailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.ratings.service.exception.RatingDetailException
- All Implemented Interfaces:
Serializable
For Exceptions thrown while updating a rating.
- Author:
- Cade Rea (cade-rea)
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionRatingDetailException
(String message) RatingDetailException
(String message, Throwable cause) protected
RatingDetailException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) RatingDetailException
(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
-
RatingDetailException
public RatingDetailException() -
RatingDetailException
-
RatingDetailException
-
RatingDetailException
-
RatingDetailException
-