Module io.helidon.service.registry
Package io.helidon.service.registry
Class ServiceRegistryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.service.registry.ServiceRegistryException
- All Implemented Interfaces:
Serializable
An exception marking a problem with service registry operations.
- See Also:
-
Constructor Summary
ConstructorDescriptionServiceRegistryException
(String message) Create an exception with a descriptive message.ServiceRegistryException
(String message, Throwable cause) Create an exception with a descriptive message and a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceRegistryException
Create an exception with a descriptive message.- Parameters:
message
- the message
-
ServiceRegistryException
Create an exception with a descriptive message and a cause.- Parameters:
message
- the messagecause
- throwable causing this exception
-