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:
java.io.Serializable
@ProviderType public class TransactionRolledBackException extends TransactionException
An Exception indicating that the active transaction was unexpectedly rolled back- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionRolledBackException(java.lang.String message)
Create a newTransactionRolledBackException
with the supplied messageTransactionRolledBackException(java.lang.String message, java.lang.Throwable cause)
Create a newTransactionRolledBackException
with the supplied message
-
-
-
Constructor Detail
-
TransactionRolledBackException
public TransactionRolledBackException(java.lang.String message)
Create a newTransactionRolledBackException
with the supplied message- Parameters:
message
-
-
TransactionRolledBackException
public TransactionRolledBackException(java.lang.String message, java.lang.Throwable cause)
Create a newTransactionRolledBackException
with the supplied message- Parameters:
cause
-message
-
-
-