Class UnknownXmlContractException

All Implemented Interfaces:
Serializable

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

    • UnknownXmlContractException

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

    • getContractName

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