public class AmqpCreationNotAllowedException extends AmqpExtensionException
ModuleException that represents an error when the creation of exchanges and queues is disabled and the queue or
exchange was not found| Modifier | Constructor and Description |
|---|---|
|
AmqpCreationNotAllowedException(String message)
Creates a new instance with the specified detail
message |
protected |
AmqpCreationNotAllowedException(String message,
AmqpError errorType)
Creates a new instance with the specified detail
message |
protected |
AmqpCreationNotAllowedException(String message,
AmqpError errorType,
Exception exception)
Creates a new instance with the specified detail
message |
|
AmqpCreationNotAllowedException(String message,
Exception exception)
Creates a new instance with the specified detail
message |
getType, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic AmqpCreationNotAllowedException(String message)
messagemessage - the detail messagepublic AmqpCreationNotAllowedException(String message, Exception exception)
messagemessage - the detail messageexception - cause of this exceptionprotected AmqpCreationNotAllowedException(String message, AmqpError errorType)
messagemessage - the detail messageerrorType - AMQP errorCopyright © 2025 MuleSoft, Inc.. All rights reserved.