|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jboss.soa.esb.common.TransactionStrategyException
public class TransactionStrategyException
The exception raised to cover errors using transaction strategies.
| Constructor Summary | |
|---|---|
TransactionStrategyException()
Construct a default transaction strategy exception. |
|
TransactionStrategyException(java.lang.String message)
Construct a transaction strategy exception with the specified message. |
|
TransactionStrategyException(java.lang.String message,
java.lang.Throwable cause)
Construct a transaction strategy exception with the specified message and associated cause. |
|
TransactionStrategyException(java.lang.Throwable cause)
Construct a transaction strategy exception with the associated cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TransactionStrategyException()
public TransactionStrategyException(java.lang.String message)
message - The exception message.public TransactionStrategyException(java.lang.Throwable cause)
cause - The associated cause.
public TransactionStrategyException(java.lang.String message,
java.lang.Throwable cause)
message - The exception message.cause - The associated cause.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||