2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.core.scope
Class TargetNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tuscany.sca.core.scope.TargetResolutionException
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
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 |
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)