oracle.dacf.util.errormanager
Class ErrorMessageVetoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.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:
- addition of an error message to the ErrorManager
OR
- removal of an error message from the ErrorManager
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
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 |
ErrorMessageVetoException
public ErrorMessageVetoException(java.lang.String s)
- Parameters:
s
- contains a message stating the reason why the
exception is being thrown.
Copyright © 1997, 2003, Oracle. All rights reserved.