Package 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 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.- See Also:
- Serialized Form
Constructor Summary
Constructors Modifier Constructor Description protectedInternalResourceException(ResourceException cause)
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Constructor Detail
InternalResourceException
protected InternalResourceException(ResourceException cause)