public class PropertyAccessException extends KunderaException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The Constant serialVersionUID.
|
| Constructor and Description |
|---|
PropertyAccessException()
Instantiates a new property access exception.
|
PropertyAccessException(String message)
Instantiates a new property access exception.
|
PropertyAccessException(Throwable cause)
Instantiates a new property access exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public PropertyAccessException()
public PropertyAccessException(String message)
message - the messagepublic PropertyAccessException(Throwable cause)
cause - the causeCopyright © 2015. All Rights Reserved.