Class UnknownServiceException

All Implemented Interfaces:
Serializable

public class UnknownServiceException extends AppException
This exception is used to indicate a service definition could not be found for a specific name.
Since:
7.1
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • UnknownServiceException

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

    • getServiceName

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