Package net.ontopia.persistence.proxy
Class TransactionNotActiveException
- 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.TransactionNotActiveException
-
- All Implemented Interfaces:
Serializable
public class TransactionNotActiveException extends PersistenceRuntimeException
INTERNAL: Thrown when persistence related problems occur.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.ontopia.utils.OntopiaRuntimeException
cause
-
-
Constructor Summary
Constructors Constructor Description TransactionNotActiveException()
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
-
-
-
-
Constructor Detail
-
TransactionNotActiveException
public TransactionNotActiveException()
-
TransactionNotActiveException
public TransactionNotActiveException(Throwable e)
-
-