configuration
Class ElementExists

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--configuration.ComponentConfiguratorException
                    |
                    +--configuration.ElementExists

public class ElementExists
extends ComponentConfiguratorException

An exception representing that a given element already exists.

See Also:
Serialized Form

Constructor Summary
ElementExists()
           
ElementExists(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElementExists

public ElementExists()

ElementExists

public ElementExists(java.lang.String s)