Class TransactionException

All Implemented Interfaces:
Serializable

public class TransactionException extends IbisException
Wrapper for numerous transaction handling related exceptions.
Since:
4.1
Author:
Gerrit van Brakel
See Also:
  • Constructor Details

    • TransactionException

      public TransactionException()
    • TransactionException

      public TransactionException(String errMsg)
    • TransactionException

      public TransactionException(String errMsg, Throwable t)
    • TransactionException

      public TransactionException(Throwable t)