org.semanticdesktop.aperture.rdf
Class UpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
UpdateException()
           
UpdateException(String message)
           
UpdateException(String message, Throwable cause)
           
UpdateException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.