public class InvalidBpelPartnerLinkTypeException
extends javax.wsdl.WSDLException
<partnerLinkType>
declaration
is invalid (from a schema perspective).Constructor and Description |
---|
InvalidBpelPartnerLinkTypeException(java.lang.String msg)
Construct a new instance with the specified explanatory message.
|
InvalidBpelPartnerLinkTypeException(java.lang.String msg,
java.lang.Throwable t)
Construct a new instance with the specified explanatory message and the
exception that triggered this exception.
|
getFaultCode, getLocation, getMessage, getTargetException, setFaultCode, setLocation, setTargetException
public InvalidBpelPartnerLinkTypeException(java.lang.String msg)
msg
- an explanatory message.WSDLException.WSDLException(java.lang.String, java.lang.String)
public InvalidBpelPartnerLinkTypeException(java.lang.String msg, java.lang.Throwable t)
msg
- an explanatory messaget
- the Throwable
that triggered this exception.WSDLException.WSDLException(java.lang.String, java.lang.String, java.lang.Throwable)