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