Class UnknownDomainSchemaException

All Implemented Interfaces:
Serializable

public final class UnknownDomainSchemaException extends CommunicationEngineException
This exception is used to indicate a data contract set could not be found for a specific name.
Since:
9.3
Author:
A.Pragt
See Also:
  • Constructor Details

    • UnknownDomainSchemaException

      public UnknownDomainSchemaException(String name)
      Constructs the exception with the name of the unknown data contract set.
      Parameters:
      name - The name of the unknown schema set.
  • Method Details

    • getName

      public String getName()
      This method returns the name of the unknown data contract set.
      Returns:
      The name of the unknown data contract set.