org.apache.tuscany.spi.component
Class IllegalTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tuscany.api.TuscanyRuntimeException
org.apache.tuscany.spi.CoreRuntimeException
org.apache.tuscany.spi.component.TargetException
org.apache.tuscany.spi.component.IllegalTargetException
- All Implemented Interfaces:
- Serializable
public class IllegalTargetException
- extends TargetException
Thrown when a target for an operation is not of the required type
- Version:
- $$Rev: 430937 $$ $$Date: 2006-08-11 18:17:56 -0700 (Fri, 11 Aug 2006) $$
- See Also:
- Serialized Form
IllegalTargetException
public IllegalTargetException()
IllegalTargetException
public IllegalTargetException(String message)
IllegalTargetException
public IllegalTargetException(String message,
Throwable cause)
IllegalTargetException
public IllegalTargetException(Throwable cause)
-