org.axonframework.common.property
Class PropertyAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonNonTransientException
org.axonframework.common.AxonConfigurationException
org.axonframework.common.property.PropertyAccessException
- All Implemented Interfaces:
- Serializable
public class PropertyAccessException
- extends AxonConfigurationException
Exception indicating that a predefined property is not accessible. Generally, this means that the property does not
conform to the accessibility requirements of the accessor.
- Since:
- 2.0
- Author:
- Maxim Fedorov, Allard Buijze
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PropertyAccessException
public PropertyAccessException(String message,
Throwable cause)
- Initializes the PropertyAccessException with given
message
and cause
.
- Parameters:
message
- The message describing the causecause
- The underlying cause of the exception
Copyright © 2010-2016. All Rights Reserved.