类 GenericMessageEndpointFactory.InternalResourceException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.jca.endpoint.GenericMessageEndpointFactory.InternalResourceException
- 所有已实现的接口:
Serializable
public static class GenericMessageEndpointFactory.InternalResourceException 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
beforeDeliveryandafterDeliverydirectly, leaving it up to the concrete endpoint to apply those - and to handle any ResourceExceptions thrown from them.- 另请参阅:
- 序列化表格
构造器概要
构造器 构造器 说明 InternalResourceException(ResourceException cause)
方法概要
构造器详细资料
InternalResourceException
public InternalResourceException(ResourceException cause)