Oracle Data-aware Controls Reference

oracle.dacf.dataset
Class ExceptionProcessorVetoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.dacf.dataset.ExceptionProcessorVetoException
All Implemented Interfaces:
java.io.Serializable

public class ExceptionProcessorVetoException
extends java.lang.Exception

This exception is thrown by implementors of ExceptionProcessorListener when they wish to veto the processing of a particular exception.

Version:
SDK
See Also:
Serialized Form

Constructor Summary
ExceptionProcessorVetoException(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

ExceptionProcessorVetoException

public ExceptionProcessorVetoException(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.