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
- Direct Known Subclasses:
- InterceptionException,- ScopeNotActiveException
An exception marking a problem with service registry operations.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionServiceRegistryException(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 SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ServiceRegistryExceptionCreate an exception with a descriptive message.- Parameters:
- message- the message
 
- 
ServiceRegistryExceptionCreate an exception with a descriptive message and a cause.- Parameters:
- message- the message
- cause- throwable causing this exception
 
 
-