spring-framework / org.springframework.beans / PropertyAccessException / <init>

<init>

PropertyAccessException(propertyChangeEvent: PropertyChangeEvent, msg: String, @Nullable cause: Throwable)

Create a new PropertyAccessException.

Parameters

propertyChangeEvent - the PropertyChangeEvent that resulted in the problem

msg - the detail message

cause - the root cause

PropertyAccessException(msg: String, @Nullable cause: Throwable)

Create a new PropertyAccessException without PropertyChangeEvent.

Parameters

msg - the detail message

cause - the root cause