Class ServiceAlreadyRegisteredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.nmontytskyi.monitoring.server.exception.ServiceAlreadyRegisteredException
- All Implemented Interfaces:
Serializable
Thrown when a service registration request conflicts with an already-registered service
of the same name. Results in an HTTP 409 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
-
ServiceAlreadyRegisteredException
-