public class NotReadablePropertyException extends InvalidPropertyException
Constructor and Description |
---|
NotReadablePropertyException(Class<?> beanClass,
String propertyName)
Create a new NotReadablePropertyException.
|
NotReadablePropertyException(Class<?> beanClass,
String propertyName,
String msg)
Create a new NotReadablePropertyException.
|
NotReadablePropertyException(Class<?> beanClass,
String propertyName,
String msg,
Throwable cause)
Create a new NotReadablePropertyException.
|
getBeanClass, getPropertyName
equals, hashCode
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotReadablePropertyException(Class<?> beanClass, String propertyName)
beanClass
- the offending bean classpropertyName
- the offending propertypublic NotReadablePropertyException(Class<?> beanClass, String propertyName, String msg)
beanClass
- the offending bean classpropertyName
- the offending propertymsg
- the detail messagepublic NotReadablePropertyException(Class<?> beanClass, String propertyName, String msg, Throwable cause)
beanClass
- the offending bean classpropertyName
- the offending propertymsg
- the detail messagecause
- the root cause