public class ResponseResetableException extends RuntimeException implements IResponseResetableException
| Constructor and Description |
|---|
ResponseResetableException()
If not already flushed, the response will be
reset before running the new route
|
ResponseResetableException(boolean resetResponse)
If not already flushed, the response will be
reset before running the new route
|
ResponseResetableException(String message)
If not already flushed, the response will be
reset before running the new route
|
ResponseResetableException(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 ResponseResetableException()
public ResponseResetableException(String message)
public ResponseResetableException(boolean resetResponse)
public ResponseResetableException(String message, boolean resetResponse)
public boolean isResetResponse()
IResponseResetableExceptionisResetResponse in interface IResponseResetableExceptionCopyright © 2016. All rights reserved.