Class ExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.societegenerale.failover.aspect.ExecutionException
All Implemented Interfaces:
Serializable

public class ExecutionException extends RuntimeException
Wraps a Throwable thrown during the actual method execution inside the failover aspect.
Author:
Anand Manissery
See Also:
  • Constructor Details

    • ExecutionException

      public ExecutionException(String message, Throwable cause)
      Creates an exception with the given detail message and cause.
      Parameters:
      message - description of the execution failure
      cause - the original throwable from the method invocation