Package net.ontopia.topicmaps.core
Class ReadOnlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ontopia.utils.OntopiaRuntimeException
net.ontopia.topicmaps.core.ReadOnlyException
- All Implemented Interfaces:
Serializable
PUBLIC: Thrown when changes are attempted made on read-only objects.
- See Also:
-
Field Summary
Fields inherited from class net.ontopia.utils.OntopiaRuntimeException
cause -
Constructor Summary
ConstructorsConstructorDescriptionReadOnlyException(String message) ReadOnlyException(String message, Throwable cause) ReadOnlyException(Throwable cause) -
Method Summary
Methods inherited from class net.ontopia.utils.OntopiaRuntimeException
getCause, getMessage, printStackTrace, printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
ReadOnlyException
public ReadOnlyException() -
ReadOnlyException
-
ReadOnlyException
-
ReadOnlyException
-