public abstract class ServerNotificationMessage extends TransferableObject
| Modifier | Constructor and Description |
|---|---|
protected |
ServerNotificationMessage(java.lang.Exception exc,
NlsKey messageKey) |
protected |
ServerNotificationMessage(java.lang.Exception exc,
NlsKey messageKey,
java.lang.Object... args) |
protected |
ServerNotificationMessage(MessageDialogType msgType,
NlsKey messageKey) |
|
ServerNotificationMessage(MessageDialogType msgType,
NlsKey messageKey,
java.lang.Object... args) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getError() |
java.lang.String |
getMessage() |
MessageDialogType |
getMessageDialogType() |
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
clone, deepCloneconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toStringprotected ServerNotificationMessage(java.lang.Exception exc,
NlsKey messageKey)
protected ServerNotificationMessage(java.lang.Exception exc,
NlsKey messageKey,
java.lang.Object... args)
protected ServerNotificationMessage(MessageDialogType msgType, NlsKey messageKey)
public ServerNotificationMessage(MessageDialogType msgType, NlsKey messageKey, java.lang.Object... args)
public java.lang.Exception getError()
public java.lang.String getMessage()
public MessageDialogType getMessageDialogType()
public ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.