net.sourceforge.hivetranse.transaction
Class ForbiddenTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hivemind.ApplicationRuntimeException
net.sourceforge.hivetranse.exception.DataAccessException
net.sourceforge.hivetranse.transaction.TransactionException
net.sourceforge.hivetranse.transaction.ForbiddenTransactionException
- All Implemented Interfaces:
- java.io.Serializable, org.apache.hivemind.Locatable
public class ForbiddenTransactionException
- extends TransactionException
Thrown by TransactionService
implementations when a transaction
currently exists but the current context does not allow any.
- Author:
- Jean-Francois Poilpret
- See Also:
- Serialized Form
Methods inherited from class org.apache.hivemind.ApplicationRuntimeException |
getCause, getComponent, getLocation, getRootCause, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ForbiddenTransactionException
public ForbiddenTransactionException(java.lang.Throwable rootCause)
ForbiddenTransactionException
public ForbiddenTransactionException(java.lang.String message)
ForbiddenTransactionException
public ForbiddenTransactionException(java.lang.String message,
java.lang.Throwable rootCause)