Class 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:
  • Constructor Details

    • PropertyAccessException

      public PropertyAccessException(String message, Throwable cause)
      Initializes the PropertyAccessException with given message and cause.
      Parameters:
      message - The message describing the cause
      cause - The underlying cause of the exception