org.apache.tuscany.spi.wire
Class IncompatibleServiceContractException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tuscany.api.TuscanyException
org.apache.tuscany.spi.wire.WireException
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
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
-
-