org.mule.providers.jms
Class JmsExceptionReader
java.lang.Object
org.mule.providers.jms.JmsExceptionReader
- All Implemented Interfaces:
- ExceptionReader
- public class JmsExceptionReader
- extends Object
- implements ExceptionReader
This reader will ensure that the LinkedException and JMS code is not lost when
printing the JMSException.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmsExceptionReader
public JmsExceptionReader()
getMessage
public String getMessage(Throwable t)
- Specified by:
getMessage in interface ExceptionReader
getCause
public Throwable getCause(Throwable t)
- Specified by:
getCause in interface ExceptionReader
getExceptionType
public Class getExceptionType()
- Specified by:
getExceptionType in interface ExceptionReader
getInfo
public Map getInfo(Throwable t)
- Returns a map of the non-stanard information stored on the exception
- Specified by:
getInfo in interface ExceptionReader
- Parameters:
t - the exception to extract the information from
- Returns:
- a map of the non-stanard information stored on the exception
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.