org.objectweb.perseus.persistence.concurrency
Class NoDSIConcurrencyException

java.lang.Object
  extended byConcurrencyException
      extended byorg.objectweb.perseus.persistence.concurrency.NoDSIConcurrencyException

public class NoDSIConcurrencyException
extends ConcurrencyException

This exception indicates that a persistent resource does not exist in the persistence support.

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

Constructor Summary
NoDSIConcurrencyException()
           
NoDSIConcurrencyException(java.lang.Exception nested)
           
NoDSIConcurrencyException(java.lang.String msg)
           
NoDSIConcurrencyException(java.lang.String msg, java.lang.Exception nested)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoDSIConcurrencyException

public NoDSIConcurrencyException()

NoDSIConcurrencyException

public NoDSIConcurrencyException(java.lang.String msg)

NoDSIConcurrencyException

public NoDSIConcurrencyException(java.lang.Exception nested)

NoDSIConcurrencyException

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


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