Class NoTransactionException

All Implemented Interfaces:
Serializable

public class NoTransactionException extends InvalidStateException
This exception class is used to indicate no active transaction is available.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • NoTransactionException

      public NoTransactionException()
      Constructs the exception with a standard message.
    • NoTransactionException

      public NoTransactionException(String message)
      Constructs the exception with a specific message.
      Parameters:
      message - Message containing a detailed description of the error.