Class UpdateExecutionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HTTPUpdateExecutionException

public class UpdateExecutionException extends RDF4JException
An exception indicating that the execution of an update failed.
Author:
Jeen
See Also:
  • Constructor Details

    • 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