org.objectweb.perseus.concurrency.api
Class RolledBackConcurrencyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.perseus.concurrency.api.ConcurrencyException
              extended byorg.objectweb.perseus.concurrency.api.RolledBackConcurrencyException
All Implemented Interfaces:
java.io.Serializable

public class RolledBackConcurrencyException
extends ConcurrencyException

Signal that the concurrency manager asks the rolling back of the transaction

Author:
S.Chassande-Barrioz
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.perseus.concurrency.api.ConcurrencyException
nestedException
 
Constructor Summary
RolledBackConcurrencyException()
           
RolledBackConcurrencyException(java.lang.Exception nested)
           
RolledBackConcurrencyException(java.lang.String msg)
           
RolledBackConcurrencyException(java.lang.String msg, java.lang.Exception nested)
           
 
Methods inherited from class org.objectweb.perseus.concurrency.api.ConcurrencyException
getNestedException
 
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

RolledBackConcurrencyException

public RolledBackConcurrencyException()

RolledBackConcurrencyException

public RolledBackConcurrencyException(java.lang.String msg)

RolledBackConcurrencyException

public RolledBackConcurrencyException(java.lang.Exception nested)

RolledBackConcurrencyException

public RolledBackConcurrencyException(java.lang.String msg,
                                      java.lang.Exception nested)


Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.