Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.component
Class IllegalTargetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tuscany.api.TuscanyRuntimeException
                  extended by org.apache.tuscany.spi.CoreRuntimeException
                      extended by org.apache.tuscany.spi.component.TargetException
                          extended by 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

Constructor Summary
IllegalTargetException()
           
IllegalTargetException(String message)
           
IllegalTargetException(String message, Throwable cause)
           
IllegalTargetException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.api.TuscanyRuntimeException
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

IllegalTargetException

public IllegalTargetException()

IllegalTargetException

public IllegalTargetException(String message)

IllegalTargetException

public IllegalTargetException(String message,
                              Throwable cause)

IllegalTargetException

public IllegalTargetException(Throwable cause)

Apache Tuscany SCA Kernel Sub-Project

-