Class TransactionRolledBackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osgi.service.transaction.control.TransactionException
org.osgi.service.transaction.control.TransactionRolledBackException
- All Implemented Interfaces:
Serializable
An Exception indicating that the active transaction was unexpectedly rolled
back
- See Also:
-
Constructor Summary
ConstructorDescriptionTransactionRolledBackException
(String message) Create a newTransactionRolledBackException
with the supplied messageTransactionRolledBackException
(String message, Throwable cause) Create a newTransactionRolledBackException
with the supplied message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionRolledBackException
Create a newTransactionRolledBackException
with the supplied message- Parameters:
message
-
-
TransactionRolledBackException
Create a newTransactionRolledBackException
with the supplied message- Parameters:
cause
-message
-
-