public class ResponseResetableExceptionDefault extends RuntimeException implements ResponseResetableException
| Constructor and Description |
|---|
ResponseResetableExceptionDefault()
If not already flushed, the response will be
reset before running the new route
|
ResponseResetableExceptionDefault(boolean resetResponse)
If not already flushed, the response will be
reset before running the new route
|
ResponseResetableExceptionDefault(String message)
If not already flushed, the response will be
reset before running the new route
|
ResponseResetableExceptionDefault(String message,
boolean resetResponse)
If not already flushed, the response will be
reset before running the new route
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isResetResponse()
Should the the response be reset before starting the
"Exception" routing process?
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResponseResetableExceptionDefault()
public ResponseResetableExceptionDefault(String message)
public ResponseResetableExceptionDefault(boolean resetResponse)
public ResponseResetableExceptionDefault(String message, boolean resetResponse)
public boolean isResetResponse()
ResponseResetableExceptionisResetResponse in interface ResponseResetableExceptionCopyright © 2016. All rights reserved.