Package io.smallrye.stork.api
Class NoSuchServiceRegistrarException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.smallrye.stork.api.NoSuchServiceRegistrarException
- All Implemented Interfaces:
Serializable
Exception thrown when Stork does not have a
ServiceRegistrar associated with a given name.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchServiceRegistrarException(String registrarName) Creates a new instance of NoSuchServiceRegistrarException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchServiceRegistrarException
Creates a new instance of NoSuchServiceRegistrarException.- Parameters:
registrarName- the registrar name
-