Class NoSuchComponentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.streamthoughts.azkarra.api.errors.AzkarraException
-
- io.streamthoughts.azkarra.api.errors.NotFoundException
-
- io.streamthoughts.azkarra.api.errors.NoSuchComponentException
-
- All Implemented Interfaces:
Serializable
public class NoSuchComponentException extends NotFoundException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchComponentException(String message)
Creates a newNotFoundException
instance.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NoSuchComponentException
forAlias(String alias)
static NoSuchComponentException
forAliasAndQualifier(String alias, Qualifier qualifier)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSuchComponentException
public NoSuchComponentException(String message)
Creates a newNotFoundException
instance.- Parameters:
message
- the error message.
-
-
Method Detail
-
forAlias
public static NoSuchComponentException forAlias(String alias)
-
forAliasAndQualifier
public static NoSuchComponentException forAliasAndQualifier(String alias, Qualifier qualifier)
-
-