Class RabbitMQException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.inbound.endpoint.protocol.rabbitmq.RabbitMQException
All Implemented Interfaces:
Serializable

public class RabbitMQException extends Exception
This class represents RabbitMQ specific exceptions
See Also:
  • Constructor Details

    • RabbitMQException

      public RabbitMQException(String msg)
      Create an exception with given exception message
      Parameters:
      msg - an exception message
    • RabbitMQException

      public RabbitMQException(String msg, Exception e)
      Create an exception with given message and wrapping the given exception object
      Parameters:
      msg - exception message
      e - exception