Class UnknownDynamicComposerException

All Implemented Interfaces:
Serializable

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

    • UnknownDynamicComposerException

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

    • getName

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