|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.wsdl.WSDLException
org.apache.ode.bpel.compiler.wsdl.InvalidBpelPartnerLinkTypeException
public class InvalidBpelPartnerLinkTypeException
An exception thrown when a BPEL <partnerLinkType> declaration
is invalid (from a schema perspective).
| Field Summary |
|---|
| Fields inherited from class javax.wsdl.WSDLException |
|---|
CONFIGURATION_ERROR, INVALID_WSDL, NO_PREFIX_SPECIFIED, OTHER_ERROR, PARSER_ERROR, UNBOUND_PREFIX |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class javax.wsdl.WSDLException |
|---|
getFaultCode, getLocation, getMessage, getTargetException, setFaultCode, setLocation, setTargetException |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||