com.arsdigita.persistence
Class FlushException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.arsdigita.util.UncheckedWrapperException
com.arsdigita.persistence.PersistenceException
com.arsdigita.persistence.FlushException
- All Implemented Interfaces:
- Serializable
- public class FlushException
- extends PersistenceException
An exception representing the inability to write all changes to the
database. It is caused by some required properties being set to null.
- See Also:
- Serialized Form
versionId
public static final String versionId
- See Also:
- Constant Field Values
FlushException
protected FlushException(FlushException e)
- No public constructor.
Should only be constructed by PersistenceException.newInstance.
FlushException
protected FlushException(String msg,
FlushException e)
- No public constructor.
Should only be constructed by PersistenceException.newInstance.
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC