Oracle Data-aware Controls Reference

oracle.dacf.util.errormanager
Class NameAlreadyRegisteredException

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

public class NameAlreadyRegisteredException
extends java.lang.Exception

The ErrorManager throws a NameAlreadyRegisteredException when an attempt is made to register an ErrorListener or ErrorLogger with a name that has already been used for registration.

See Also:
Serialized Form

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

NameAlreadyRegisteredException

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