public class AmqpExtensionException
extends org.mule.runtime.extension.api.exception.ModuleException
| Modifier | Constructor and Description |
|---|---|
|
AmqpExtensionException(String message) |
protected |
AmqpExtensionException(String message,
AmqpError errorType)
Creates a new instance with the specified detail
message |
protected |
AmqpExtensionException(String message,
AmqpError errorType,
Exception exception)
Creates a new instance with the specified detail
message |
|
AmqpExtensionException(String message,
Exception exception) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AmqpExtensionException(String message)
protected AmqpExtensionException(String message, AmqpError errorType)
messagemessage - the detail messageerrorType - AMQP errorCopyright © 2019 MuleSoft, Inc.. All rights reserved.