org.objectweb.perseus.persistence.api

Class PersistentObjectLifeCycleExcpetion


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

Field Summary

static String
READ_NPO_MSG
static String
UNEXPORT_NPO_MSG
static String
WRITE_NPO_MSG

Fields inherited from class org.objectweb.perseus.persistence.api.PersistenceException

nestedException

Constructor Summary

PersistentObjectLifeCycleExcpetion()
PersistentObjectLifeCycleExcpetion(Exception nested)
PersistentObjectLifeCycleExcpetion(String msg)
PersistentObjectLifeCycleExcpetion(String msg, Exception nested)

Method Summary

Methods inherited from class org.objectweb.perseus.persistence.api.PersistenceException

getNestedException

Field Details

READ_NPO_MSG

public static final String READ_NPO_MSG


UNEXPORT_NPO_MSG

public static final String UNEXPORT_NPO_MSG


WRITE_NPO_MSG

public static final String WRITE_NPO_MSG

Constructor Details

PersistentObjectLifeCycleExcpetion

public PersistentObjectLifeCycleExcpetion()


PersistentObjectLifeCycleExcpetion

public PersistentObjectLifeCycleExcpetion(Exception nested)


PersistentObjectLifeCycleExcpetion

public PersistentObjectLifeCycleExcpetion(String msg)


PersistentObjectLifeCycleExcpetion

public PersistentObjectLifeCycleExcpetion(String msg,
                                          Exception nested)


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