public class NotFoundException extends ValidationException
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
NotFoundException(Ref ref) |
NotFoundException(Ref ref, Throwable cause) |
NotFoundException(String msg) |
NotFoundException(String msg, Throwable cause) |
getDiagnostics, getRefaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final long serialVersionUID