Oracle Data-aware Controls Reference

oracle.dacf.util.errormanager
Class ErrorMessageVetoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.dacf.util.errormanager.ErrorMessageVetoException
All Implemented Interfaces:
java.io.Serializable

public class ErrorMessageVetoException
extends java.lang.Exception

The ErrorMessageVetoException is thrown by error listeners when they want to veto either the:

Based on whether the addition or removal is being vetoed, ErrorMessageVetoException will call either rollingBackAddingErrorMessage or rollingBackRemovingErrorMessage in all of the error listeners that already processed the error. None of the registered error loggers will be notified of the attempted addition or removal.

See Also:
ErrorManager, ErrorManagerListener, ErrorMessage, Serialized Form

Constructor Summary
ErrorMessageVetoException(java.lang.String s)
           
 
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

ErrorMessageVetoException

public ErrorMessageVetoException(java.lang.String s)
Parameters:
s - contains a message stating the reason why the exception is being thrown.

Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.