Class ErrorNotification
- java.lang.Object
- 
- com.inductiveautomation.perspective.common.messages.ErrorNotification
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ErrorNotification extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description java.lang.Stringmessagestatic java.lang.StringNOTIFICATION_MSG_IDjava.lang.Throwablethrowable
 - 
Constructor SummaryConstructors Constructor Description ErrorNotification(java.lang.String message, java.lang.Throwable throwable)
 
- 
- 
- 
Field Detail- 
NOTIFICATION_MSG_IDpublic static final java.lang.String NOTIFICATION_MSG_ID - See Also:
- Constant Field Values
 
 - 
messagepublic java.lang.String message 
 - 
throwablepublic java.lang.Throwable throwable 
 
- 
 
-