com.ibm.websphere.srm
Class WSDLDefinitionEndpointReferenceMismatchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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

Constructor Summary
WSDLDefinitionEndpointReferenceMismatchException()
          Constructor for WSDLDefinitionEndpointReferenceMismatchException.
WSDLDefinitionEndpointReferenceMismatchException(java.lang.String message)
          Constructor for WSDLDefinitionEndpointReferenceMismatchException.
 
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
 

Constructor Detail

WSDLDefinitionEndpointReferenceMismatchException

public WSDLDefinitionEndpointReferenceMismatchException()
Constructor for WSDLDefinitionEndpointReferenceMismatchException.


WSDLDefinitionEndpointReferenceMismatchException

public WSDLDefinitionEndpointReferenceMismatchException(java.lang.String message)
Constructor for WSDLDefinitionEndpointReferenceMismatchException.

Parameters:
message - Exception message.
Method Detail

toString

public java.lang.String toString()
The String representation of this exception.

Returns:
See Above.