org.apache.tuscany.sca.core.scope
Class TargetNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.sca.core.scope.TargetResolutionException
              extended by org.apache.tuscany.sca.core.scope.TargetNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class TargetNotFoundException
extends TargetResolutionException

Thrown when a target of an operation cannot be found

See Also:
Serialized Form

Constructor Summary
TargetNotFoundException()
           
TargetNotFoundException(java.lang.String message)
           
TargetNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
TargetNotFoundException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

TargetNotFoundException

public TargetNotFoundException()

TargetNotFoundException

public TargetNotFoundException(java.lang.String message,
                               java.lang.Throwable cause)

TargetNotFoundException

public TargetNotFoundException(java.lang.String message)

TargetNotFoundException

public TargetNotFoundException(java.lang.Throwable cause)