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