public final class StaticMessage
extends java.lang.Object
implements IMessage, java.io.Serializable
Hold a static message.
REMARK: This implementation should only be used where i18n is NOT desired.
So this implementation could be used a an adapter where a string is available, but a IMessage
is necessary by the api.