Class RatingDetailException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.ratings.service.exception.RatingDetailException
All Implemented Interfaces:
Serializable

public class RatingDetailException extends RuntimeException
For Exceptions thrown while updating a rating.
Author:
Cade Rea (cade-rea)
See Also:
  • Constructor Details

    • RatingDetailException

      public RatingDetailException()
    • RatingDetailException

      public RatingDetailException(String message)
    • RatingDetailException

      public RatingDetailException(String message, Throwable cause)
    • RatingDetailException

      public RatingDetailException(Throwable cause)
    • RatingDetailException

      protected RatingDetailException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)