Class TransactionNotActiveException

  • All Implemented Interfaces:
    Serializable

    public class TransactionNotActiveException
    extends OntopiaRuntimeException
    PUBLIC: An exception that is thrown when a transaction is accessed without the transaction being active.

    Extends OntopiaRuntimeException but does not provide additional methods; this is because the purpose is just to provide a different exception, to allow API users to handle them differently.

    See Also:
    Serialized Form
    • Constructor Detail

      • TransactionNotActiveException

        public TransactionNotActiveException()
      • TransactionNotActiveException

        public TransactionNotActiveException​(Throwable e)
      • TransactionNotActiveException

        public TransactionNotActiveException​(String message)
      • TransactionNotActiveException

        public TransactionNotActiveException​(String message,
                                             Throwable cause)