Class MaintenanceException

    • Constructor Detail

      • MaintenanceException

        public MaintenanceException()
      • MaintenanceException

        public MaintenanceException​(String message)
      • MaintenanceException

        public MaintenanceException​(LocalizableMessage userFriendlyMessage)
      • MaintenanceException

        public MaintenanceException​(Throwable cause)
      • MaintenanceException

        public MaintenanceException​(String message,
                                    Throwable cause)
    • Method Detail

      • 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 CommunicationException