Package lumis.portal.transaction
Class TransactionRequiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- lumis.portal.transaction.TransactionRequiredException
-
- All Implemented Interfaces:
Serializable
public class TransactionRequiredException extends RuntimeException
Indicates that a transaction is required but was not found.- Since:
- 4.2.0
- Version:
- $Revision: 9601 $ $Date: 2008-07-18 15:38:17 -0300 (Fri, 18 Jul 2008) $
- See Also:
lumis.portal.transaction
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionRequiredException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-