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