org.openrdf.query
Class UpdateExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.query.UpdateExecutionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HTTPUpdateExecutionException

public class UpdateExecutionException
extends OpenRDFException

An exception indicating that the execution of an update failed.

Author:
Jeen
See Also:
Serialized Form

Constructor Summary
UpdateExecutionException()
           
UpdateExecutionException(String msg)
          Creates a new UpdateExecutionException.
UpdateExecutionException(String msg, Throwable cause)
          Creates a new UpdateExecutionException wrapping another exception.
UpdateExecutionException(Throwable cause)
          Creates a new UpdateExecutionException wrapping another exception.
 
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

UpdateExecutionException

public UpdateExecutionException()

UpdateExecutionException

public UpdateExecutionException(String msg)
Creates a new UpdateExecutionException.

Parameters:
msg - An error message.

UpdateExecutionException

public UpdateExecutionException(Throwable cause)
Creates a new UpdateExecutionException wrapping another exception.

Parameters:
cause - the cause of the exception

UpdateExecutionException

public UpdateExecutionException(String msg,
                                Throwable cause)
Creates a new UpdateExecutionException wrapping another exception.

Parameters:
msg - and error message.
cause - the cause of the exception


Copyright © 2001-2012 Aduna. All Rights Reserved.