public class AxonConfigurationException extends AxonNonTransientException
| Constructor and Description | 
|---|
AxonConfigurationException(String message)
Initializes the exception using the given  
message. | 
AxonConfigurationException(String message,
                          Throwable cause)
Initializes the exception using the given  
message and cause. | 
isCauseOfaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AxonConfigurationException(String message)
message.message - The message describing the exceptionCopyright © 2010–2018. All rights reserved.