public static class PropertySource.PropertySetException extends RuntimeException
| Constructor and Description |
|---|
PropertySetException(Response.Status status,
String notes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorNotes()
Should contain a human readable description of the problem
|
Response.Status |
getStatus()
A response code indicating the problem.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertySetException(Response.Status status, String notes)
public Response.Status getStatus()
public String getErrorNotes()