org.openrdf.repository.object.exceptions
Class ObjectStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openrdf.repository.object.exceptions.RDFObjectException
org.openrdf.repository.object.exceptions.ObjectStoreException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ObjectPersistException
public class ObjectStoreException
- extends RDFObjectException
A Bean property or type could not be read.
- Author:
- James Leigh
- See Also:
- Serialized Form
ObjectStoreException
public ObjectStoreException(String message)
ObjectStoreException
public ObjectStoreException(Exception cause)
initCause
public Throwable initCause(Throwable cause)
- Overrides:
initCause in class Throwable
getCause
public RepositoryException getCause()
- Overrides:
getCause in class Throwable
Copyright © 2004-2010 James Leigh Services Inc.. All Rights Reserved.