Oracle Data-aware Controls Reference

oracle.dacf.util.errormanager
Class AddErrorException

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

public class AddErrorException
extends java.lang.RuntimeException

An ErrorLogger can throw this runtime exception when adding an error to its log. Most loggers or listeners will add the error and never throw this exception. The ErrorManager currently catches these exceptions, but does not act on them.

See Also:
Serialized Form

Constructor Summary
AddErrorException()
          Constructs an AddErrorException with no detail message.
AddErrorException(java.lang.String s)
          Constructs an AddErrorException with the specified detail message.
 
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

AddErrorException

public AddErrorException()
Constructs an AddErrorException with no detail message.


AddErrorException

public AddErrorException(java.lang.String s)
Constructs an AddErrorException with the specified detail message.

Parameters:
s - a String error message.

Oracle Data-aware Controls Reference

 

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