com.sun.data.provider
Class TableCursorVetoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.data.provider.DataProviderException
                  extended by com.sun.data.provider.TableCursorVetoException
All Implemented Interfaces:
java.io.Serializable

public class TableCursorVetoException
extends DataProviderException

The TableCursorVetoException is thrown when a listener to a cursorChanging event does not want the cursor to move.

See Also:
TableCursorListener.cursorChanging(com.sun.data.provider.TableDataProvider, com.sun.data.provider.RowKey, com.sun.data.provider.RowKey), Serialized Form

Constructor Summary
TableCursorVetoException()
           
TableCursorVetoException(java.lang.String message)
           
TableCursorVetoException(java.lang.String message, java.lang.Throwable cause)
           
TableCursorVetoException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

TableCursorVetoException

public TableCursorVetoException()

TableCursorVetoException

public TableCursorVetoException(java.lang.String message)

TableCursorVetoException

public TableCursorVetoException(java.lang.String message,
                                java.lang.Throwable cause)

TableCursorVetoException

public TableCursorVetoException(java.lang.Throwable cause)