public static class

JmsMessageEndpointFactory.JmsResourceException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory.JmsResourceException

Class Overview

Internal exception thrown when a ResourceExeption has been encountered during the endpoint invocation.

Will only be used if the ResourceAdapter does not invoke the endpoint's beforeDelivery and afterDelivery directly, leavng it up to the concrete endpoint to apply those - and to handle any ResourceExceptions thrown from them.

Summary

Public Constructors
JmsMessageEndpointFactory.JmsResourceException(ResourceException cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public JmsMessageEndpointFactory.JmsResourceException (ResourceException cause)