public class JMSExceptionHelper extends Object
Constructor and Description |
---|
JMSExceptionHelper() |
Modifier and Type | Method and Description |
---|---|
static javax.jms.JMSException |
chainJMSException(javax.jms.JMSException jmsException,
Throwable cause)
Creates a JMSException, wrapping another exception class.
|
public static javax.jms.JMSException chainJMSException(javax.jms.JMSException jmsException, Throwable cause)
jmsException
- The JMS Exception.cause
- The underlying exception that caused this one.Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.