Class RabbitMQException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.inbound.endpoint.protocol.rabbitmq.RabbitMQException
- All Implemented Interfaces:
Serializable
This class represents RabbitMQ specific exceptions
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRabbitMQException(String msg) Create an exception with given exception messageRabbitMQException(String msg, Exception e) Create an exception with given message and wrapping the given exception object -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RabbitMQException
Create an exception with given exception message- Parameters:
msg- an exception message
-
RabbitMQException
Create an exception with given message and wrapping the given exception object- Parameters:
msg- exception messagee- exception
-