Class ThresholdPolicyViolationException

All Implemented Interfaces:
Serializable

public class ThresholdPolicyViolationException extends PolicyViolationException
Author:
katka
See Also:
  • Constructor Details

    • ThresholdPolicyViolationException

      public ThresholdPolicyViolationException()
    • ThresholdPolicyViolationException

      public ThresholdPolicyViolationException(String message)
    • ThresholdPolicyViolationException

      public ThresholdPolicyViolationException(LocalizableMessage userFriendlyMessage)
    • ThresholdPolicyViolationException

      public ThresholdPolicyViolationException(Throwable cause)
    • ThresholdPolicyViolationException

      public ThresholdPolicyViolationException(LocalizableMessage userFriendlyMessage, Throwable cause)
    • ThresholdPolicyViolationException

      public ThresholdPolicyViolationException(String message, Throwable cause)
  • Method Details

    • getErrorTypeMessage

      public String getErrorTypeMessage()
      Description copied from class: CommonException
      Returns a human-readable message that describes the type or class of errors that the exception represents. E.g. "Communication error", "Policy violation", etc. TODO: switch return value to a localized message
      Overrides:
      getErrorTypeMessage in class PolicyViolationException