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, deepClone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toString
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)
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)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.