org.apache.tuscany.spi.component
Class TargetNotFoundException
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.TargetNotFoundException
- All Implemented Interfaces:
- Serializable
public class TargetNotFoundException
- extends TargetException
Thrown when a target of an operation cannot be found
- Version:
- $$Rev: 430937 $$ $$Date: 2006-08-11 18:17:56 -0700 (Fri, 11 Aug 2006) $$
- See Also:
- Serialized Form
TargetNotFoundException
public TargetNotFoundException()
TargetNotFoundException
public TargetNotFoundException(String message)
TargetNotFoundException
public TargetNotFoundException(String message,
Throwable cause)
TargetNotFoundException
public TargetNotFoundException(Throwable cause)
-