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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RabbitMQException(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 Detail
-
RabbitMQException
public RabbitMQException(String msg)
Create an exception with given exception message- Parameters:
msg
- an exception message
-
-