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