com.ibm.websphere.srm
Class ServiceReferenceWSDLMismatchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.naming.NamingException
              extended bycom.ibm.websphere.srm.ServiceReferenceWSDLMismatchException
All Implemented Interfaces:
java.io.Serializable

public class ServiceReferenceWSDLMismatchException
extends javax.naming.NamingException

Thrown when a service when the deployment information is incompatible with the requirements of the referenced WSDL document. For example, the deployment information references a service that is not found in the WSDL document.

Since:
1.0
Version:
1.0
See Also:
Serialized Form

Constructor Summary
ServiceReferenceWSDLMismatchException()
          Constructor for ServiceReferenceWSDLMismatchException.
ServiceReferenceWSDLMismatchException(java.lang.String explanation)
          Constructor for ServiceReferenceWSDLMismatchException.
 
Method Summary
 java.lang.String toString()
          Provides a string representation of this object
 
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceReferenceWSDLMismatchException

public ServiceReferenceWSDLMismatchException(java.lang.String explanation)
Constructor for ServiceReferenceWSDLMismatchException.

Parameters:
explanation - Exception message.

ServiceReferenceWSDLMismatchException

public ServiceReferenceWSDLMismatchException()
Constructor for ServiceReferenceWSDLMismatchException.

Method Detail

toString

public java.lang.String toString()
Provides a string representation of this object

Returns:
a string representation of this object