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 a Service associated with a given name.
See Also:
  • Constructor Details

    • NoSuchServiceDefinitionException

      public NoSuchServiceDefinitionException(String serviceName)
      Creates a new instance of NoSuchServiceDefinitionException.
      Parameters:
      serviceName - the service name