Class ComponentRegistrationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.streamthoughts.azkarra.api.errors.AzkarraException
-
- io.streamthoughts.azkarra.api.errors.AzkarraContextException
-
- io.streamthoughts.azkarra.api.components.ComponentRegistrationException
-
- All Implemented Interfaces:
Serializable
public class ComponentRegistrationException extends AzkarraContextException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentRegistrationException(String message)
Creates a newComponentRegistrationException
instance.ComponentRegistrationException(String message, Throwable cause)
Creates a newComponentRegistrationException
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
-
ComponentRegistrationException
public ComponentRegistrationException(String message)
Creates a newComponentRegistrationException
instance.- Parameters:
message
- the error message.
-
ComponentRegistrationException
public ComponentRegistrationException(String message, Throwable cause)
Creates a newComponentRegistrationException
instance.- Parameters:
message
- the error message.cause
- the error exception cause.
-
-