Class ServiceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.nmontytskyi.monitoring.server.exception.ServiceNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when a requested service ID does not correspond to any registered service.
Results in an HTTP 404 response via
GlobalExceptionHandler.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceNotFoundException
-
ServiceNotFoundException
-