Package net.ontopia.topicmaps.core
Class TransactionNotActiveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.ontopia.utils.OntopiaRuntimeException
-
- net.ontopia.topicmaps.core.TransactionNotActiveException
-
- All Implemented Interfaces:
Serializable
public class TransactionNotActiveException extends OntopiaRuntimeException
PUBLIC: An exception that is thrown when a transaction is accessed without the transaction being active. Extends OntopiaRuntimeException but does not provide additional methods; this is because the purpose is just to provide a different exception, to allow API users to handle them differently.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.ontopia.utils.OntopiaRuntimeException
cause
-
-
Constructor Summary
Constructors Constructor Description TransactionNotActiveException()
TransactionNotActiveException(String message)
TransactionNotActiveException(String message, Throwable cause)
TransactionNotActiveException(Throwable e)
-
Method Summary
-
Methods inherited from class net.ontopia.utils.OntopiaRuntimeException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-