public static class

GenericMessageEndpointFactory.InternalResourceException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.jca.endpoint.GenericMessageEndpointFactory.InternalResourceException

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

Protected Constructors
GenericMessageEndpointFactory.InternalResourceException(ResourceException cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Protected Constructors

protected GenericMessageEndpointFactory.InternalResourceException (ResourceException cause)