org.apache.aries.blueprint
Class ComponentNameAlreadyInUseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.aries.blueprint.ComponentNameAlreadyInUseException
All Implemented Interfaces:
Serializable

public class ComponentNameAlreadyInUseException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ComponentNameAlreadyInUseException(String conflictingName)
           
 
Method Summary
 String getConflictingName()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ComponentNameAlreadyInUseException

public ComponentNameAlreadyInUseException(String conflictingName)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getConflictingName

public String getConflictingName()


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.