org.axonframework.common.property
Class PropertyAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.axonframework.common.AxonException
                  extended by org.axonframework.common.AxonNonTransientException
                      extended by org.axonframework.common.AxonConfigurationException
                          extended by 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

Constructor Summary
PropertyAccessException(String message, Throwable cause)
          Initializes the PropertyAccessException with given message and cause.
 
Method Summary
 
Methods inherited from class org.axonframework.common.AxonNonTransientException
isCauseOf
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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


Copyright © 2010-2016. All Rights Reserved.