|
||||||||||
| 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.TransactionRolledbackException
This exception indicates that the transaction associated with processing of the request has been rolled back, or it has been marked to roll back. Thus the requested operation either could not be performed or was not performed because further computation on behalf of the transaction would be fruitless.
| Constructor Summary | |
TransactionRolledbackException()
Default constructor |
|
TransactionRolledbackException(java.lang.String message)
Standard constructor |
|
TransactionRolledbackException(java.lang.String message,
java.lang.Throwable cause)
Standard constructor |
|
TransactionRolledbackException(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 TransactionRolledbackException()
public TransactionRolledbackException(java.lang.String message)
message - the message to reportpublic TransactionRolledbackException(java.lang.Throwable cause)
cause - the root cause
public TransactionRolledbackException(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 | |||||||||