Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.implementation.java
Class DuplicatePropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.api.TuscanyException
              extended by org.apache.tuscany.spi.loader.LoaderException
                  extended by org.apache.tuscany.spi.implementation.java.ProcessingException
                      extended by org.apache.tuscany.spi.implementation.java.DuplicatePropertyException
All Implemented Interfaces:
Serializable

public class DuplicatePropertyException
extends ProcessingException

Thrown when an implementation has more than one property injection site with the same name

Version:
$Rev: 452328 $ $Date: 2006-10-03 00:27:46 -0700 (Tue, 03 Oct 2006) $
See Also:
Serialized Form

Constructor Summary
DuplicatePropertyException()
           
DuplicatePropertyException(String message)
           
DuplicatePropertyException(String message, Throwable cause)
           
DuplicatePropertyException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.spi.loader.LoaderException
getResourceURI, setResourceURI
 
Methods inherited from class org.apache.tuscany.api.TuscanyException
addContextName, getIdentifier, getMessage, returnContextNames, setIdentifier
 
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

DuplicatePropertyException

public DuplicatePropertyException()

DuplicatePropertyException

public DuplicatePropertyException(String message)

DuplicatePropertyException

public DuplicatePropertyException(String message,
                                  Throwable cause)

DuplicatePropertyException

public DuplicatePropertyException(Throwable cause)

Apache Tuscany SCA Kernel Sub-Project

-