Package org.hibernate

Class TransactionManagementException

All Implemented Interfaces:
Serializable

public class TransactionManagementException extends RuntimeException
Thrown when user code causes the end of a transaction that is being managed by the SessionFactory.
See Also:
  • Constructor Details

    • TransactionManagementException

      public TransactionManagementException(String message)