2016/05/28 - Apache Tuscany has been retired. 
For more information, please explore the Attic. 
 
org.apache.tuscany.sca.core.invocation
Class TargetInvocationException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.apache.tuscany.sca.core.invocation.TargetInvocationException
- All Implemented Interfaces: 
 - java.io.Serializable
 
- Direct Known Subclasses: 
 - InvalidConversationSequenceException
 
public class TargetInvocationException
- extends java.lang.Exception
 
Raised when an error is encountered during a target invocation
- 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 | 
 
TargetInvocationException
public TargetInvocationException()
TargetInvocationException
public TargetInvocationException(java.lang.String message,
                                 java.lang.Throwable cause)
TargetInvocationException
public TargetInvocationException(java.lang.String message)
TargetInvocationException
public TargetInvocationException(java.lang.Throwable cause)