com.ibm.websphere.srm
Class InvalidWSDLDefinitionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.websphere.srm.InvalidWSDLDefinitionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidWSDLDefinitionException
extends java.lang.Exception

This is thrown when the javax.wsdl.Definition object is not valid.

Since:
1.0
Version:
1.0
See Also:
Serialized Form

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

InvalidWSDLDefinitionException

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

Parameters:
message - Exception message.

InvalidWSDLDefinitionException

public InvalidWSDLDefinitionException()
Constructor for InvalidWSDLDefinitionException.

Method Detail

toString

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

Returns:
See Above.