Class TestEngineFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.citrusframework.exceptions.TestEngineFailedException
All Implemented Interfaces:
Serializable

public class TestEngineFailedException extends RuntimeException
Custom RuntimeException thrown if test run failed, because some tests were not successful.
Since:
2007
Author:
Christoph Deppisch
See Also:
  • Constructor Details

    • TestEngineFailedException

      public TestEngineFailedException()
      Default constructor.
    • TestEngineFailedException

      public TestEngineFailedException(String message)
      Constructor using fields.
      Parameters:
      message -
    • TestEngineFailedException

      public TestEngineFailedException(Throwable cause)
      Constructor using fields.
      Parameters:
      cause -
    • TestEngineFailedException

      public TestEngineFailedException(String message, Throwable cause)
      Constructor using fields.
      Parameters:
      message -
      cause -