public class NotFoundException extends ResponseResetableExceptionDefault
| Constructor and Description |
|---|
NotFoundException()
If not already flushed, the response will be
reset before running the "Not Found" routing process.
|
NotFoundException(boolean resetResponse) |
NotFoundException(String message)
If not already flushed, the response will be
reset before running the "Not Found" routing process.
|
NotFoundException(String message,
boolean resetResponse) |
isResetResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundException()
public NotFoundException(String message)
public NotFoundException(boolean resetResponse)
resetResponse - If not already flushed, should the response be
reset before running the "Not Found" routing process?public NotFoundException(String message, boolean resetResponse)
resetResponse - If not already flushed, should the response be
reset before running the "Not Found" routing process?Copyright © 2018. All rights reserved.