Class UpdateExecutionException

  • All Implemented Interfaces:
    Serializable

    public class UpdateExecutionException
    extends org.eclipse.rdf4j.common.exception.RDF4JException
    An exception indicating that the execution of an update failed.
    Author:
    Jeen
    See Also:
    Serialized Form
    • 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