public class DefaultJmsConnectionExceptionResolver extends Object implements JmsConnectionExceptionResolver
implementation.| Constructor and Description |
|---|
DefaultJmsConnectionExceptionResolver() |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.runtime.api.connection.ConnectionException> |
resolveException(Throwable e)
Decide whether the exception thrown by the client should be considered as a
connection exception |
public DefaultJmsConnectionExceptionResolver()
public Optional<org.mule.runtime.api.connection.ConnectionException> resolveException(Throwable e)
JmsConnectionExceptionResolverconnection exceptionresolveException in interface JmsConnectionExceptionResolvere - The exception thrown by the third-party JMS client.connection exceptionCopyright © 2019. All rights reserved.