public class InvalidBpelPropertyException
extends javax.wsdl.WSDLException
<property>
declaration.Constructor and Description |
---|
InvalidBpelPropertyException(java.lang.String msg)
Construct a new instance with the specified explanatory message.
|
InvalidBpelPropertyException(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 InvalidBpelPropertyException(java.lang.String msg)
msg
- an explanatory message.WSDLException.WSDLException(java.lang.String, java.lang.String)
public InvalidBpelPropertyException(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)