当前页面:
在线文档首页 >
Spring Framework 2.1.0 API 文档英文版
GenericMessageEndpointFactory.InternalResourceException (Spring Framework API 2.1) - Spring Framework 2.1.0 API 文档英文版
org.springframework.jca.endpoint
Class GenericMessageEndpointFactory.InternalResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.jca.endpoint.GenericMessageEndpointFactory.InternalResourceException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- GenericMessageEndpointFactory
public static class GenericMessageEndpointFactory.InternalResourceException
- extends RuntimeException
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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GenericMessageEndpointFactory.InternalResourceException
protected GenericMessageEndpointFactory.InternalResourceException(ResourceException cause)
Copyright © 2002-2007 The Spring Framework.