Class UnknownSoapServiceContractException

All Implemented Interfaces:
Serializable

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

    • UnknownSoapServiceContractException

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

    • getContractName

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