com.ibm.websphere.srm
Class WSDLNotValidException

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

public class WSDLNotValidException
extends javax.naming.NamingException

Thrown when a WSDL document is malformed or invalid.

Since:
1.0
Version:
1.0
See Also:
Serialized Form

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

WSDLNotValidException

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

Parameters:
explanation - Exception message.

WSDLNotValidException

public WSDLNotValidException()
Constructor for WSDLNotValidException.

Method Detail

toString

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

Returns:
See Above.