public class NotFoundException extends Exception
| Constructor and Description |
|---|
NotFoundException() |
NotFoundException(String reason) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundException()
public NotFoundException(String reason)
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2020 DataWeb Research. All rights reserved.