Class NoTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.SysException
com.aquima.interactions.foundation.exception.InvalidStateException
com.aquima.interactions.foundation.tx.NoTransactionException
- All Implemented Interfaces:
Serializable
This exception class is used to indicate no active transaction is available.
- Since:
- 5.0
- Author:
- O. Kerpershoek
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs the exception with a standard message.NoTransactionException
(String message) Constructs the exception with a specific message. -
Method Summary
Methods inherited from class com.aquima.interactions.foundation.exception.SysException
raise, raise
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString