org.objectweb.perseus.persistence.api
Class NoDSIPersistenceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.perseus.persistence.api.PersistenceException
              extended byorg.objectweb.perseus.persistence.api.NoDSIPersistenceException
All Implemented Interfaces:
java.io.Serializable

public class NoDSIPersistenceException
extends PersistenceException

Indicates that no persistent image are found into the data support

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

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

NoDSIPersistenceException

public NoDSIPersistenceException()

NoDSIPersistenceException

public NoDSIPersistenceException(java.lang.String msg)

NoDSIPersistenceException

public NoDSIPersistenceException(java.lang.Exception nested)

NoDSIPersistenceException

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


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