org.openrdf.repository.object.exceptions
Class ObjectPersistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openrdf.repository.object.exceptions.RDFObjectException
                  extended by org.openrdf.repository.object.exceptions.ObjectStoreException
                      extended by org.openrdf.repository.object.exceptions.ObjectPersistException
All Implemented Interfaces:
Serializable

public class ObjectPersistException
extends ObjectStoreException

A Bean property failed to be saved.

Author:
James Leigh
See Also:
Serialized Form

Constructor Summary
ObjectPersistException(Exception cause)
           
ObjectPersistException(String message)
           
 
Method Summary
 
Methods inherited from class org.openrdf.repository.object.exceptions.ObjectStoreException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectPersistException

public ObjectPersistException(String message)

ObjectPersistException

public ObjectPersistException(Exception cause)


Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.