Class AlreadyExists

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.sparql.AlreadyExists
All Implemented Interfaces:
Serializable

public class AlreadyExists extends org.apache.jena.shared.JenaException
See Also:
  • Constructor Details

    • AlreadyExists

      public AlreadyExists()
    • AlreadyExists

      public AlreadyExists(Throwable cause)
    • AlreadyExists

      public AlreadyExists(String msg)
    • AlreadyExists

      public AlreadyExists(String msg, Throwable cause)