Class UnknownWsdlException

All Implemented Interfaces:
Serializable

public class UnknownWsdlException extends CommunicationEngineException
This exception can be used to indicate that a wsdl can not be found.
Since:
9.0
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • UnknownWsdlException

      public UnknownWsdlException(String wsdlName)
      Constructs the exception with the name of the wsdl call that could not be found.
      Parameters:
      wsdlName - the name of the wsdl that could not be found.
  • Method Details

    • getWsdlName

      public String getWsdlName()
      This method returns the name of the wsdl
      Returns:
      The name of the wsdl