Class DuplicateModuleRegistrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.configuration.DuplicateModuleRegistrationException
- All Implemented Interfaces:
Serializable
Exception indicating that a duplicate registration of modules has been detected. This happens when two modules are
registered under the same name.
- Since:
- 5.0.0
- Author:
- Allard Buijze
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitialize the exception indicating that the givenmodulefailed to register. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateModuleRegistrationException
Initialize the exception indicating that the givenmodulefailed to register.- Parameters:
module- The module that failed to register.
-