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