getMessage
public java.lang.String getMessage()
Produce the message, including the message from the nested
exception if there is one.
If this method is called from the server side, the message in base language
will be returned. If the method is called from the client site, only the
message group and key will be returned. In order for the client to get a language
specific message, the method getMessage(MboSetRemote) has to be used.
- Overrides:
getMessage
in class MXException
- Returns:
- message text, including nested exception if one exists.
If an error is caught by this method, the message text may include
ClassNotFoundException or NoClassDefFoundError.