Class FrequencyValidationException

All Implemented Interfaces:
Serializable

public class FrequencyValidationException extends ValidationException
See Also:
  • Constructor Details

    • FrequencyValidationException

      public FrequencyValidationException()
    • FrequencyValidationException

      public FrequencyValidationException(String msg)
      Constructor with a detailed message.
      Parameters:
      msg - - the associated detailed message
    • FrequencyValidationException

      public FrequencyValidationException(Throwable cause)
      Constructor with the underlying cause.
      Parameters:
      cause - - the underlying cause for exception.
    • FrequencyValidationException

      public FrequencyValidationException(String msg, Throwable cause)
      Constructor with a detailed message and underlying cause.
      Parameters:
      msg - - the detailed message for the exception.
      cause - - underlying cause for the exception.