Package net.ontopia.infoset.content
Class ContentStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ontopia.utils.OntopiaException
net.ontopia.infoset.content.ContentStoreException
- All Implemented Interfaces:
Serializable
INTERNAL: Thrown when problems occur in content store
implementations.
- See Also:
-
Field Summary
Fields inherited from class net.ontopia.utils.OntopiaException
cause -
Constructor Summary
ConstructorsConstructorDescriptionContentStoreException(String message) ContentStoreException(String message, Throwable cause) ContentStoreException(Throwable cause) -
Method Summary
Methods inherited from class net.ontopia.utils.OntopiaException
getCause, getMessage, printStackTrace, printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
ContentStoreException
-
ContentStoreException
-
ContentStoreException
-