Class ServiceAlreadyRegisteredException

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

public class ServiceAlreadyRegisteredException extends RuntimeException
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 Details

    • ServiceAlreadyRegisteredException

      public ServiceAlreadyRegisteredException(String name)