com.arsdigita.persistence
Class FlushException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.arsdigita.util.UncheckedWrapperException
                  extended bycom.arsdigita.persistence.PersistenceException
                      extended bycom.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

Field Summary
static String versionId
           
 
Constructor Summary
protected FlushException(FlushException e)
          No public constructor.
protected FlushException(String msg, FlushException e)
          No public constructor.
 
Methods inherited from class com.arsdigita.persistence.PersistenceException
newInstance, newInstance, newInstance
 
Methods inherited from class com.arsdigita.util.UncheckedWrapperException
getMessage, getRootCause, hasRootCause, printStackTrace, printStackTrace, printStackTrace, throwLoggedException, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

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 21 2004:2337 UTC