public class PropertyNotFoundException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
PropertyNotFoundException() |
PropertyNotFoundException(java.lang.String message) |
PropertyNotFoundException(java.lang.String message,
java.lang.Throwable cause) |
PropertyNotFoundException(java.lang.Throwable cause) |
private static final long serialVersionUID
public PropertyNotFoundException()
public PropertyNotFoundException(java.lang.String message)
public PropertyNotFoundException(java.lang.Throwable cause)
public PropertyNotFoundException(java.lang.String message,
java.lang.Throwable cause)