| Package | Description |
|---|---|
| com.kdgregory.logging.aws.facade |
| Modifier and Type | Method and Description |
|---|---|
KinesisFacadeException.ReasonCode |
KinesisFacadeException.getReason()
Returns a code that can be used by the application to dispatch exception handling.
|
static KinesisFacadeException.ReasonCode |
KinesisFacadeException.ReasonCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KinesisFacadeException.ReasonCode[] |
KinesisFacadeException.ReasonCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
KinesisFacadeException(KinesisFacadeException.ReasonCode reasonCode,
boolean isRetryable,
Throwable cause)
Convenience constructor, for conditions where there is no underlying exception,
or where it's irrelevant.
|
KinesisFacadeException(String message,
KinesisFacadeException.ReasonCode reasonCode,
boolean isRetryable,
String functionName,
Object... args)
Convenience constructor, for conditions where there is no underlying exception,
or where it's irrelevant.
|
KinesisFacadeException(String message,
Throwable cause,
KinesisFacadeException.ReasonCode reasonCode,
boolean isRetryable,
String functionName,
Object... args)
Base constructor.
|
Copyright © 2023. All rights reserved.