Class CancelRatingSessionsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.highdeal.cnd.message.CancelRatingSessionsException
All Implemented Interfaces:
Serializable

public class CancelRatingSessionsException extends Exception
Exception thrown when something wrong happens during the cancel rating session operation.
See Also:
  • Constructor Details

    • CancelRatingSessionsException

      public CancelRatingSessionsException(String message)
      Default constructor.
      Parameters:
      message - the message of the error
  • Method Details