Package net.ontopia.persistence.proxy
Class ReadOnlyTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ontopia.utils.OntopiaRuntimeException
net.ontopia.persistence.proxy.PersistenceRuntimeException
net.ontopia.persistence.proxy.ReadOnlyTransactionException
- All Implemented Interfaces:
Serializable
INTERNAL: Thrown when modifications are attempted on a read-only
transaction.
- See Also:
-
Field Summary
Fields inherited from class net.ontopia.utils.OntopiaRuntimeException
cause -
Constructor Summary
Constructors -
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
-
ReadOnlyTransactionException
public ReadOnlyTransactionException()
-