| Package | Description |
|---|---|
| org.mule.extension.sqs.internal.error | |
| org.mule.extension.sqs.internal.error.exception |
| Modifier and Type | Method and Description |
|---|---|
static SQSErrorType |
SQSErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQSErrorType[] |
SQSErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InvalidQueueUrlException(String message,
SQSErrorType errorType) |
MessageThresholdOutOfRangeException(SQSErrorType sqsErrorType) |
MissingTestQueueArnException(SQSErrorType sqsErrorType) |
NumberOfThreadsOutOfRangeException(int actual,
SQSErrorType sqsErrorType) |
S3BucketAccessDeniedException(String errorMessage,
SQSErrorType sqsErrorType) |
S3BucketNotFoundException(String errorMessage,
SQSErrorType sqsErrorType) |
SQSException(String message,
SQSErrorType errorType) |
WaitTimeOutOfRangeException(int actual,
SQSErrorType sqsErrorType) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.