Package com.societegenerale.failover.core.exception
package com.societegenerale.failover.core.exception
Exception model for method-level failover handling.
MethodExceptionContext carries the
original exception and any recovered result so that a
MethodExceptionPolicy can decide
whether to return stale data or rethrow.
-
ClassDescriptionCarries all contextual information available at the point where a method exception is handled.Default
MethodExceptionPolicy— graceful handling with no exception propagator.