concurrency
Class NotActiveTransactionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byconcurrency.ConcurrencyException
              extended byconcurrency.NotActiveTransactionException
All Implemented Interfaces:
java.io.Serializable

public class NotActiveTransactionException
extends ConcurrencyException

Represents an error ocurred when triying to use an invalid transaction.

See Also:
Serialized Form

Constructor Summary
NotActiveTransactionException()
          Constructs a NotActiveTransactionException without message.
NotActiveTransactionException(java.lang.String msg)
          Constructs a NotActiveTransactionException with a specified message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

NotActiveTransactionException

public NotActiveTransactionException()
Constructs a NotActiveTransactionException without message.


NotActiveTransactionException

public NotActiveTransactionException(java.lang.String msg)
Constructs a NotActiveTransactionException with a specified message.