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