Class ServiceNotFoundException

All Implemented Interfaces:
Serializable

public class ServiceNotFoundException extends NotFoundException
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • serviceId

      private final String serviceId
  • Constructor Details

    • ServiceNotFoundException

      public ServiceNotFoundException(String serviceId, Throwable cause)
    • ServiceNotFoundException

      public ServiceNotFoundException(String serviceId)
  • Method Details

    • getServiceId

      public String getServiceId()