Class ServiceRegistryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.service.registry.ServiceRegistryException
All Implemented Interfaces:
Serializable

public class ServiceRegistryException extends RuntimeException
An exception marking a problem with service registry operations.
See Also:
  • Constructor Details

    • ServiceRegistryException

      public ServiceRegistryException(String message)
      Create an exception with a descriptive message.
      Parameters:
      message - the message
    • ServiceRegistryException

      public ServiceRegistryException(String message, Throwable cause)
      Create an exception with a descriptive message and a cause.
      Parameters:
      message - the message
      cause - throwable causing this exception