Class OntJenaException.IllegalState

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.ontapi.OntJenaException
org.apache.jena.ontapi.OntJenaException.IllegalState
All Implemented Interfaces:
Serializable
Enclosing class:
OntJenaException

public static class OntJenaException.IllegalState extends OntJenaException
A Jena exception that indicates that Jena-object state is broken, which may happen in multithreading or in other uncommon situations.
See Also:
  • Constructor Details

    • IllegalState

      public IllegalState()
    • IllegalState

      public IllegalState(String message)
    • IllegalState

      public IllegalState(String message, Throwable cause)