Class UnknownRestServiceException

All Implemented Interfaces:
Serializable

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

    • UnknownRestServiceException

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

    • getRestServiceName

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