com.sun.data.provider
Class TableCursorVetoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.sun.data.provider.DataProviderException
                  extended bycom.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.

Author:
Joe Nuxoll
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)
           
 
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)