public class FlowableException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isLogged |
protected boolean |
reduceLogLevel |
| Constructor and Description |
|---|
FlowableException(String message) |
FlowableException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLogged() |
boolean |
isReduceLogLevel() |
void |
setLogged(boolean isLogged) |
void |
setReduceLogLevel(boolean reduceLogLevel) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FlowableException(String message)
Copyright © 2018 Flowable. All rights reserved.