public interface JmsExceptionDetail
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExplanation()
Gets the explanation for the message in this exception.
|
java.util.Iterator<java.lang.String> |
getKeys()
Gets an iterator for all the message insert keys for the message in this exception.
|
java.lang.String |
getUserAction()
Gets the user action for the message in this exception.
|
java.lang.String |
getValue(java.lang.String insertKey)
Gets the message insert corresponding to a particular key for the translatable message in this
exception.
|
java.lang.String getExplanation()
java.lang.String getUserAction()
java.lang.String getValue(java.lang.String insertKey)
insertKey - a message insert constant or property constant valid for this messageJmsConstantsjava.util.Iterator<java.lang.String> getKeys()