com.ibm.websphere.srm
Class WSDLNotFoundException

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

public class WSDLNotFoundException
extends javax.naming.NamingException

Thrown when a wsdl file defined in the deployment information file can not be found.

Since:
1.0
Version:
1.0
See Also:
Serialized Form

Constructor Summary
WSDLNotFoundException()
          Constructor for WSDLNotFoundException.
WSDLNotFoundException(java.lang.String message)
          Constructor for WSDLNotFoundException.
 
Method Summary
 java.lang.String toString()
          The String representation of this exception.
 
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

WSDLNotFoundException

public WSDLNotFoundException()
Constructor for WSDLNotFoundException.


WSDLNotFoundException

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

Method Detail

toString

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

Returns:
See Above.