Class TransactionRequiredException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TransactionRequiredException
    extends java.lang.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TransactionRequiredException

        public TransactionRequiredException()