org.axonframework.common
Class AxonConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonNonTransientException
org.axonframework.common.AxonConfigurationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CannotConvertBetweenTypesException, PropertyAccessException, UnsupportedHandlerException
public class AxonConfigurationException
- extends AxonNonTransientException
Exception indicating that a configuration error has been made in the Axon configuration. This problem prevents the
application from operating properly.
- Since:
- 0.7
- Author:
- Allard Buijze
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AxonConfigurationException
public AxonConfigurationException(String message)
- Initializes the exception using the given
message
.
- Parameters:
message
- The message describing the exception
AxonConfigurationException
public AxonConfigurationException(String message,
Throwable cause)
- Initializes the exception using the given
message
and cause
.
- Parameters:
message
- The message describing the exceptioncause
- The underlying cause of the exception
Copyright © 2010-2016. All Rights Reserved.