public class NotFoundException extends WebException
| Modifier | Constructor and Description |
|---|---|
|
NotFoundException() |
|
NotFoundException(String string) |
|
NotFoundException(String string,
Throwable throwable) |
protected |
NotFoundException(String string,
Throwable throwable,
boolean bln,
boolean bln1) |
|
NotFoundException(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
int |
getStatusCode() |
getWebErroraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundException()
public NotFoundException(String string)
public NotFoundException(Throwable throwable)
public int getStatusCode()
getStatusCode in class WebExceptionCopyright © 2018. All rights reserved.