Class AzkarraContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.streamthoughts.azkarra.api.errors.AzkarraException
-
- io.streamthoughts.azkarra.api.errors.AzkarraContextException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ComponentRegistrationException
,InvalidStreamsEnvironmentException
,NoSuchComponentException
,NoUniqueComponentException
public class AzkarraContextException extends AzkarraException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AzkarraContextException(String message)
Creates a newAzkarraContextException
instance.AzkarraContextException(String message, Throwable cause)
Creates a newAzkarraContextException
instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AzkarraContextException
public AzkarraContextException(String message)
Creates a newAzkarraContextException
instance.- Parameters:
message
- the error message.
-
AzkarraContextException
public AzkarraContextException(String message, Throwable cause)
Creates a newAzkarraContextException
instance.- Parameters:
message
- the error message.cause
- the exception cause.
-
-