|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--org.oreodata.DataException | +--org.oreodata.transaction.TransactionException | +--org.oreodata.transaction.TransactionVetoException
An exception indicating that a listener object has vetoed the transaction.
Constructor Summary | |
TransactionVetoException(Transaction txn,
java.lang.String msg)
|
Methods inherited from class org.oreodata.transaction.TransactionException |
getTransaction |
Methods inherited from class org.oreodata.DataException |
getLocale, getLocalizedMessage, getNestedException, getRecord, setLocale, setRecord |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TransactionVetoException(Transaction txn, java.lang.String msg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |