Class FixtureExecutionException

All Implemented Interfaces:
Serializable

public class FixtureExecutionException extends AxonNonTransientException
Exception indicating that an error occurred that prevented successful execution of a test fixture.
Since:
0.6
Author:
Allard Buijze
See Also:
  • Constructor Details

    • FixtureExecutionException

      public FixtureExecutionException(String message)
      Construct the exception with the given message.
      Parameters:
      message - the message describing the cause
    • FixtureExecutionException

      public FixtureExecutionException(String message, Throwable cause)
      Construct the exception with the given message and cause.
      Parameters:
      message - the message describing the cause
      cause - the underlying cause