concurrency
Class ConcurrencyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byconcurrency.ConcurrencyException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NotActiveTransactionException, TimeOutException

public class ConcurrencyException
extends java.lang.Exception

Represents an error ocurred in the transaction manager.

See Also:
Serialized Form

Constructor Summary
ConcurrencyException()
          Constructs a ConcurrencyException without message.
ConcurrencyException(java.lang.String msg)
          Constructs a ConcurrencyException 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

ConcurrencyException

public ConcurrencyException()
Constructs a ConcurrencyException without message.


ConcurrencyException

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