org.apache.tuscany.spi.implementation.java
Class DuplicatePropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tuscany.api.TuscanyException
org.apache.tuscany.spi.loader.LoaderException
org.apache.tuscany.spi.implementation.java.ProcessingException
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
DuplicatePropertyException
public DuplicatePropertyException()
DuplicatePropertyException
public DuplicatePropertyException(String message)
DuplicatePropertyException
public DuplicatePropertyException(String message,
Throwable cause)
DuplicatePropertyException
public DuplicatePropertyException(Throwable cause)
-