| |
|
| org.jboss.mq.SpyTransactionRolledBackException
SpyTransactionRolledBackException | public class SpyTransactionRolledBackException extends TransactionRolledBackException implements NestedThrowable(Code) | | A TransactionRolledBackException with a nested Throwable detail
object.
author: Adrian Brock version: $Revision: 57198 $ |
serialVersionUID | final static long serialVersionUID(Code) | | The serialVersionUID
|
SpyTransactionRolledBackException | public SpyTransactionRolledBackException(String msg)(Code) | | Construct a SpyTransactionRolledBackException with the
specified detail message.
Parameters: msg - Detail message. |
SpyTransactionRolledBackException | public SpyTransactionRolledBackException(String msg, Throwable nested)(Code) | | Construct a SpyTransactionRolledBackException with the
specified detail message and nested Throwable.
Parameters: msg - Detail message. Parameters: nested - Nested Throwable. |
SpyTransactionRolledBackException | public SpyTransactionRolledBackException(Throwable nested)(Code) | | Construct a SpyTransactionRolledBackException with the
specified nested Throwable.
Parameters: nested - Nested Throwable. |
getNested | public Throwable getNested()(Code) | | Return the nested Throwable.
Nested Throwable. |
printStackTrace | public void printStackTrace()(Code) | | |
|
|
|