Class TransactionException

All Implemented Interfaces:
Serializable

public class TransactionException extends EclipseLinkException
See Also:
  • Field Details

    • ERROR_DOING_JNDI_LOOKUP

      public static final int ERROR_DOING_JNDI_LOOKUP
      See Also:
    • ERROR_GETTING_TRANSACTION_STATUS

      public static final int ERROR_GETTING_TRANSACTION_STATUS
      See Also:
    • ERROR_GETTING_TRANSACTION

      public static final int ERROR_GETTING_TRANSACTION
      See Also:
    • ERROR_OBTAINING_TRANSACTION_MANAGER

      public static final int ERROR_OBTAINING_TRANSACTION_MANAGER
      See Also:
    • ERROR_BINDING_TO_TRANSACTION

      public static final int ERROR_BINDING_TO_TRANSACTION
      See Also:
    • ERROR_BEGINNING_TRANSACTION

      public static final int ERROR_BEGINNING_TRANSACTION
      See Also:
    • ERROR_COMMITTING_TRANSACTION

      public static final int ERROR_COMMITTING_TRANSACTION
      See Also:
    • ERROR_ROLLING_BACK_TRANSACTION

      public static final int ERROR_ROLLING_BACK_TRANSACTION
      See Also:
    • ERROR_MARKING_TRANSACTION_FOR_ROLLBACK

      public static final int ERROR_MARKING_TRANSACTION_FOR_ROLLBACK
      See Also:
    • ERROR_NO_EXTERNAL_TRANSACTION_ACTIVE

      public static final int ERROR_NO_EXTERNAL_TRANSACTION_ACTIVE
      See Also:
    • ERROR_INACTIVE_UOW

      public static final int ERROR_INACTIVE_UOW
      See Also:
    • ERROR_NO_TRANSACTION_ACTIVE

      public static final int ERROR_NO_TRANSACTION_ACTIVE
      See Also:
    • ERROR_TRANSACTION_IS_ACTIVE

      public static final int ERROR_TRANSACTION_IS_ACTIVE
      See Also:
    • ENTITY_TRANSACTION_WITH_JTA_NOT_ALLOWED

      public static final int ENTITY_TRANSACTION_WITH_JTA_NOT_ALLOWED
      See Also:
    • CANNOT_ENLIST_MULTIPLE_DATASOURCES

      public static final int CANNOT_ENLIST_MULTIPLE_DATASOURCES
      See Also:
    • EXCEPTION_IN_PROXY_EXECUTION

      public static final int EXCEPTION_IN_PROXY_EXECUTION
      See Also:
    • ERROR_NO_ENTITY_TRANSACTION_ACTIVE

      public static final int ERROR_NO_ENTITY_TRANSACTION_ACTIVE
      See Also:
    • ERROR_OBTAINING_TSR

      public static final int ERROR_OBTAINING_TSR
      See Also:
  • Constructor Details

    • TransactionException

      public TransactionException(String message)
    • TransactionException

      public TransactionException(String message, Exception internalException)
  • Method Details