Class TransactionalException

All Implemented Interfaces:
Serializable

public class TransactionalException extends RuntimeException
The TransactionalException.
Author:
Manfred Riem ([email protected])
See Also:
Serialized Form
  • Constructor Details

    • TransactionalException

      public TransactionalException(String message, Throwable throwable)
      Constructor.
      Parameters:
      message - the message.
      throwable - the throwable.