Class NotificationException

    • Constructor Detail

      • NotificationException

        public NotificationException​(String code)
        Parameters:
        code - an identifier
      • NotificationException

        public NotificationException​(String code,
                                     String extra)
        Parameters:
        code - - retrieve with getMessage(), property ame
        extra - String extra text
      • NotificationException

        public NotificationException​(Throwable t)
        Parameters:
        t - the exception
    • Method Detail

      • getExtra

        public String getExtra()
        Returns:
        String extra text
      • getMessageExtra

        public String getMessageExtra()
        Returns:
        String message and 'extra'