Class TransactionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalTransactionStateException, RollbackOnlyException, TransactionConnectionBrokenException

public class TransactionException extends RuntimeException
Superclass of all system exceptions.

all exceptions that inherits from JaloSystemException are Runtime exception and must not be caught.

See Also:
  • Constructor Details

    • TransactionException

      public TransactionException(Throwable throwable, String message, int vendorCode)
      Constructor JaloSystemException
      Parameters:
      throwable -
      message -
      vendorCode -
    • TransactionException

      public TransactionException(String message)
    • TransactionException

      public TransactionException(Throwable throwable)
  • Method Details