org.semanticdesktop.aperture.rdf
Class UpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.semanticdesktop.aperture.rdf.UpdateException
- All Implemented Interfaces:
- Serializable
public class UpdateException
- extends RuntimeException
An UpdateException is thrown by a RDFContainer when a state-changing method cannot alter the state for
some reason.
UpdateExceptions often wrap an Exception thrown by the underlying RDF model implementation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UpdateException
public UpdateException()
UpdateException
public UpdateException(String message)
UpdateException
public UpdateException(Throwable cause)
UpdateException
public UpdateException(String message,
Throwable cause)
Copyright © 2010 Aperture Development Team. All Rights Reserved.