Class NotificationException

java.lang.Object
java.lang.Throwable
org.bedework.sysevents.NotificationException
All Implemented Interfaces:
Serializable

public class NotificationException extends Throwable
Exception for notifications classes
Author:
Mike Douglass
See Also:
  • Field Details

  • Constructor Details

    • NotificationException

      public NotificationException(String code)
      Parameters:
      code -
    • 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 -
  • Method Details

    • getExtra

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

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