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
public class NoSuchServiceDefinitionException extends RuntimeException
Exception thrown when Stork does not have aServiceassociated with a given name.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchServiceDefinitionException(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 Detail
-
NoSuchServiceDefinitionException
public NoSuchServiceDefinitionException(String serviceName)
Creates a new instance of NoSuchServiceDefinitionException.- Parameters:
serviceName- the service name
-
-