public class RabbitMQException extends Exception
Constructor and Description |
---|
RabbitMQException(String msg)
Create an exception with given exception message
|
RabbitMQException(String msg,
Exception e)
Create an exception with given message and wrapping the given exception object
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RabbitMQException(String msg)
msg
- an exception messageCopyright © 2022 WSO2. All rights reserved.