Class ErrorNotification

  • All Implemented Interfaces:
    java.io.Serializable

    public class ErrorNotification
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorNotification​(java.lang.String message, java.lang.Throwable throwable)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NOTIFICATION_MSG_ID

        public static final java.lang.String NOTIFICATION_MSG_ID
        See Also:
        Constant Field Values
      • message

        public java.lang.String message
      • throwable

        public java.lang.Throwable throwable
    • Constructor Detail

      • ErrorNotification

        public ErrorNotification​(java.lang.String message,
                                 java.lang.Throwable throwable)