com.ibm.websphere.srm
Class WSDLDefinitionEndpointReferenceMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.srm.WSDLDefinitionEndpointReferenceMismatchException
- All Implemented Interfaces:
- java.io.Serializable
- public class WSDLDefinitionEndpointReferenceMismatchException
- extends java.lang.Exception
This is thrown when a javax.wsdl.Definition object is not compatible
with a supplied EndpointReference. For example, the EndpointReference
refers to PortType that is not present in the WSDL definition.
- Since:
- 1.0
- Version:
- 1.0
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
toString()
The String representation of this exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WSDLDefinitionEndpointReferenceMismatchException
public WSDLDefinitionEndpointReferenceMismatchException()
- Constructor for WSDLDefinitionEndpointReferenceMismatchException.
WSDLDefinitionEndpointReferenceMismatchException
public WSDLDefinitionEndpointReferenceMismatchException(java.lang.String message)
- Constructor for WSDLDefinitionEndpointReferenceMismatchException.
- Parameters:
message
- Exception message.
toString
public java.lang.String toString()
- The String representation of this exception.
- Returns:
- See Above.