? TransactionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osgi.service.transaction.control.TransactionException
????????:
Serializable
??????:
TransactionRolledBackException

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

    • TransactionException

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

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