|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xenonsoft.bridgetown.aop.transaction.TransactionException
com.xenonsoft.bridgetown.aop.transaction.NestedTransactionNotSupportedException
An exception that denote that the transaction manager is running with a system, by the underlying transaction session, which does not supported Nested transactions.
| Constructor Summary | |
NestedTransactionNotSupportedException()
Default constructor |
|
NestedTransactionNotSupportedException(java.lang.String message)
Standard constructor |
|
NestedTransactionNotSupportedException(java.lang.String message,
java.lang.Throwable cause)
Standard constructor |
|
NestedTransactionNotSupportedException(java.lang.Throwable cause)
Standard constructor |
|
| 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 NestedTransactionNotSupportedException()
public NestedTransactionNotSupportedException(java.lang.String message)
message - the message to reportpublic NestedTransactionNotSupportedException(java.lang.Throwable cause)
cause - the root cause
public NestedTransactionNotSupportedException(java.lang.String message,
java.lang.Throwable cause)
message - the message to reportcause - the root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||