public class AmqpConsumeTimeoutException extends AmqpConsumeException
ModuleException that represents an error when consuming a AMQP Message but a timeout is reached before the AMQP Message
arrives| Modifier | Constructor and Description |
|---|---|
|
AmqpConsumeTimeoutException(String message)
Creates a new instance with the specified detail
message |
protected |
AmqpConsumeTimeoutException(String message,
AmqpError errorType)
Creates a new instance with the specified detail
message |
protected |
AmqpConsumeTimeoutException(String message,
AmqpError errorType,
Exception exception)
Creates a new instance with the specified detail
message |
|
AmqpConsumeTimeoutException(String message,
Exception exception)
Creates a new instance with the specified detail
message |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AmqpConsumeTimeoutException(String message)
messagemessage - the detail messagepublic AmqpConsumeTimeoutException(String message, Exception exception)
messagemessage - the detail messageexception - cause of this exceptionprotected AmqpConsumeTimeoutException(String message, AmqpError errorType)
messagemessage - the detail messageerrorType - AMQP errorCopyright © 2023 MuleSoft, Inc.. All rights reserved.