Class ServiceNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.nmontytskyi.monitoring.server.exception.ServiceNotFoundException
All Implemented Interfaces:
Serializable

public class ServiceNotFoundException extends RuntimeException
Thrown when a requested service ID does not correspond to any registered service. Results in an HTTP 404 response via GlobalExceptionHandler.
See Also:
  • Constructor Details

    • ServiceNotFoundException

      public ServiceNotFoundException(Long id)
    • ServiceNotFoundException

      public ServiceNotFoundException(String name)