public class DetailedTransactionRolledBackRuntimeException extends javax.jms.TransactionRolledBackRuntimeException implements JmsExceptionDetail
| Constructor and Description |
|---|
DetailedTransactionRolledBackRuntimeException() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExplanation()
Gets an explanation of 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 a user response to 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 |
toString()
Returns a short description of this exception
|
public DetailedTransactionRolledBackRuntimeException()
public java.lang.String getExplanation()
getExplanation in interface JmsExceptionDetailJmsExceptionDetail.getExplanation()public java.lang.String getUserAction()
getUserAction in interface JmsExceptionDetailJmsExceptionDetail.getUserAction()public java.lang.String getValue(java.lang.String insertKey)
getValue in interface JmsExceptionDetailinsertKey - a message insert constant or property constant valid for this messageJmsExceptionDetail.getValue(java.lang.String)public java.util.Iterator<java.lang.String> getKeys()
getKeys in interface JmsExceptionDetailJmsExceptionDetail.getKeys()public java.lang.String toString()
toString in class java.lang.Throwable