@ResponseStatus(value=NOT_FOUND) public final class ResourceNotFoundException extends RuntimeException implements WebException
| Constructor and Description |
|---|
ResourceNotFoundException(String message) |
ResourceNotFoundException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHint(String hint) |
String[] |
getHints() |
Throwable |
getThrowable() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceNotFoundException(String message)
public void addHint(String hint)
addHint in interface WebExceptionpublic String[] getHints()
getHints in interface WebExceptionpublic Throwable getThrowable()
getThrowable in interface WebExceptionCopyright © 2013–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.