org.objectweb.perseus.persistence.api
Class PersistentObjectLifeCycleExcpetion
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.perseus.persistence.api.PersistenceException
org.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
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 |
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
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.