Class UnknownWebServiceException

All Implemented Interfaces:
Serializable

public final class UnknownWebServiceException extends CommunicationEngineException
This exception is used to indicate a webservice definition could not be found for a specific name.
Since:
9.0
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • UnknownWebServiceException

      public UnknownWebServiceException(String name)
      Constructs the exception with the name of the unknown webservice.
      Parameters:
      name - The name of the unknown webservice.
  • Method Details

    • getWebServiceName

      public String getWebServiceName()
      This method returns the name of the unknown webservice.
      Returns:
      The name of the unknown webservice.