org.apache.tuscany.sca.core.invocation
Class TargetInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
TargetInvocationException()
           
TargetInvocationException(java.lang.String message)
           
TargetInvocationException(java.lang.String message, java.lang.Throwable cause)
           
TargetInvocationException(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

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)