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
public class ContentStoreException extends OntopiaException
INTERNAL: Thrown when problems occur in content store implementations.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.ontopia.utils.OntopiaException
cause
-
-
Constructor Summary
Constructors Constructor Description ContentStoreException(String message)
ContentStoreException(String message, Throwable cause)
ContentStoreException(Throwable cause)
-
Method Summary
-
Methods inherited from class net.ontopia.utils.OntopiaException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-