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