Class TransactionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osgi.service.transaction.control.TransactionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TransactionRolledBackException

@ProviderType public class TransactionException extends RuntimeException
An Exception indicating that there was a problem with starting, finishing, suspending or resuming a transaction
See Also:
  • Constructor Details

    • TransactionException

      public TransactionException(String message)
      Creates a new TransactionException with the supplied message
      Parameters:
      message -
    • TransactionException

      public TransactionException(String message, Throwable cause)
      Creates a new TransactionException with the supplied message and cause
      Parameters:
      message -
      cause -