Class UnknownSoapServiceException

All Implemented Interfaces:
Serializable

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

    • UnknownSoapServiceException

      public UnknownSoapServiceException(String name)
      Constructs the exception with the name of the unknown soap service.
      Parameters:
      name - The name of the unknown soap service.
  • Method Details

    • getSoapServiceName

      public String getSoapServiceName()
      This method returns the name of the unknown service.
      Returns:
      The name of the unknown soap service.