public class MessageSliceException extends Exception
| Constructor and Description |
|---|
MessageSliceException(String message,
boolean isRetriable)
Constructs an instance.
|
MessageSliceException(String message,
Throwable cause)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRetriable()
Returns whether or not the original operation can be retried.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MessageSliceException(String message, Throwable cause)
message - the detail messagecause - the causepublic MessageSliceException(String message, boolean isRetriable)
message - the detail messageisRetriable - if true, indicates the original operation can be retriedCopyright © 2019 OpenDaylight. All rights reserved.