org.objectweb.perseus.persistence.api
Class PersistentObjectLifeCycleExcpetion

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

public class PersistentObjectLifeCycleExcpetion
extends PersistenceException

This exception is raised when the user want to - unexport, read or write a non persistent object

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

Field Summary
static java.lang.String READ_NPO_MSG
           
static java.lang.String UNEXPORT_NPO_MSG
           
static java.lang.String WRITE_NPO_MSG
           
 
Fields inherited from class org.objectweb.perseus.persistence.api.PersistenceException
nestedException
 
Constructor Summary
PersistentObjectLifeCycleExcpetion()
           
PersistentObjectLifeCycleExcpetion(java.lang.Exception nested)
           
PersistentObjectLifeCycleExcpetion(java.lang.String msg)
           
PersistentObjectLifeCycleExcpetion(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
 

Field Detail

UNEXPORT_NPO_MSG

public static final java.lang.String UNEXPORT_NPO_MSG
See Also:
Constant Field Values

READ_NPO_MSG

public static final java.lang.String READ_NPO_MSG
See Also:
Constant Field Values

WRITE_NPO_MSG

public static final java.lang.String WRITE_NPO_MSG
See Also:
Constant Field Values
Constructor Detail

PersistentObjectLifeCycleExcpetion

public PersistentObjectLifeCycleExcpetion()

PersistentObjectLifeCycleExcpetion

public PersistentObjectLifeCycleExcpetion(java.lang.String msg)

PersistentObjectLifeCycleExcpetion

public PersistentObjectLifeCycleExcpetion(java.lang.Exception nested)

PersistentObjectLifeCycleExcpetion

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


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