Class TestEngineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.antublue.test.engine.exception.TestEngineException
All Implemented Interfaces:
Serializable

public class TestEngineException extends RuntimeException
Class to implement a generic TestEngineException
See Also:
  • Constructor Details

    • TestEngineException

      public TestEngineException(String message)
      Constructor
      Parameters:
      message - message
    • TestEngineException

      public TestEngineException(String message, Throwable throwable)
      Constructor
      Parameters:
      message - message
      throwable - throwable
    • TestEngineException

      public TestEngineException(Throwable throwable)
      Constructor
      Parameters:
      throwable - throwable