Package net.timewalker.ffmq4.utils
Class ErrorTools
- java.lang.Object
-
- net.timewalker.ffmq4.utils.ErrorTools
-
public final class ErrorTools extends Object
ErrorTools
-
-
Constructor Summary
Constructors Constructor Description ErrorTools()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidlog(String context, javax.jms.JMSException e, org.apache.commons.logging.Log log)Log a JMS exception with an error levelstatic voidlog(javax.jms.JMSException e, org.apache.commons.logging.Log log)Log a JMS exception with an error level
-
-
-
Method Detail
-
log
public static void log(javax.jms.JMSException e, org.apache.commons.logging.Log log)Log a JMS exception with an error level- Parameters:
e-log-
-
log
public static void log(String context, javax.jms.JMSException e, org.apache.commons.logging.Log log)
Log a JMS exception with an error level- Parameters:
e-log-
-
-