Class IndestructibilityViolationException

All Implemented Interfaces:
Serializable

public class IndestructibilityViolationException extends PolicyViolationException
See Also:
  • Constructor Details

    • IndestructibilityViolationException

      public IndestructibilityViolationException(String message)
    • IndestructibilityViolationException

      public IndestructibilityViolationException(LocalizableMessage userFriendlyMessage)
    • IndestructibilityViolationException

      public IndestructibilityViolationException(Throwable cause)
    • IndestructibilityViolationException

      public IndestructibilityViolationException(LocalizableMessage userFriendlyMessage, Throwable cause)
    • IndestructibilityViolationException

      public IndestructibilityViolationException(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