org.oreodata.transaction
Class TransactionVetoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.oreodata.DataException
                          |
                          +--org.oreodata.transaction.TransactionException
                                |
                                +--org.oreodata.transaction.TransactionVetoException
All Implemented Interfaces:
java.io.Serializable

public class TransactionVetoException
extends TransactionException

An exception indicating that a listener object has vetoed the transaction.

See Also:
Serialized Form

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

TransactionVetoException

public TransactionVetoException(Transaction txn,
                                java.lang.String msg)