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