Class JmsMessageEndpointFactory.JmsResourceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory.JmsResourceException
All Implemented Interfaces:
Serializable
Enclosing class:
JmsMessageEndpointFactory

public static class JmsMessageEndpointFactory.JmsResourceException extends RuntimeException
Internal exception thrown when a ResourceException has been encountered during the endpoint invocation.

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

See Also:
  • Constructor Details