Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.wire
Class IncompatibleServiceContractException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.api.TuscanyException
              extended by org.apache.tuscany.spi.wire.WireException
                  extended by org.apache.tuscany.spi.wire.IncompatibleServiceContractException
All Implemented Interfaces:
Serializable

public class IncompatibleServiceContractException
extends WireException

Denotes imcompatible service contracts for a wire

See Also:
Serialized Form

Constructor Summary
IncompatibleServiceContractException()
           
IncompatibleServiceContractException(String message)
           
IncompatibleServiceContractException(String message, Throwable cause)
           
IncompatibleServiceContractException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.api.TuscanyException
addContextName, getIdentifier, getMessage, returnContextNames, setIdentifier
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

IncompatibleServiceContractException

public IncompatibleServiceContractException()

IncompatibleServiceContractException

public IncompatibleServiceContractException(String message)
Parameters:
message -

IncompatibleServiceContractException

public IncompatibleServiceContractException(String message,
                                            Throwable cause)
Parameters:
message -
cause -

IncompatibleServiceContractException

public IncompatibleServiceContractException(Throwable cause)
Parameters:
cause -

Apache Tuscany SCA Kernel Sub-Project

-