Package org.apache.jena.update
Class UpdateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.jena.shared.JenaException
-
- org.apache.jena.sparql.ARQException
-
- org.apache.jena.update.UpdateException
-
- All Implemented Interfaces:
java.io.Serializable
public class UpdateException extends ARQException
Exception root for SPARQL Update- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateException()
UpdateException(java.lang.String msg)
UpdateException(java.lang.String msg, java.lang.Throwable cause)
UpdateException(java.lang.Throwable cause)
-