public class InformationMessage extends AbstractMessage
information
Message.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
TYPE_INFORMATION, TYPE_TECHNICAL_ERROR, TYPE_USER_ERROR, TYPE_VALIDATION_FAILURE, TYPE_WARNING| Modifier | Constructor and Description |
|---|---|
protected |
InformationMessage()
The constructor for de-serialization in GWT.
|
|
InformationMessage(String code,
Object source,
NlsMessage message)
The constructor.
|
|
InformationMessage(String code,
Object source,
NlsMessage message,
UUID uuid,
String details)
The constructor.
|
|
InformationMessage(String code,
Object source,
String message)
The constructor.
|
|
InformationMessage(String code,
Object source,
String message,
UUID uuid,
String details)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getType() |
getCode, getDetails, getMessage, getMessage, getSource, getUuid, toStringprivate static final long serialVersionUID
protected InformationMessage()
public InformationMessage(String code, Object source, String message, UUID uuid, String details)
public InformationMessage(String code, Object source, NlsMessage message, UUID uuid, String details)
public InformationMessage(String code, Object source, String message)
public String getType()
Copyright © 2001–2019 mmm-Team. All rights reserved.