Class TestingFrameworkException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hc.core5.testing.framework.TestingFrameworkException
All Implemented Interfaces:
Serializable

public class TestingFrameworkException extends Exception
See Also:
  • Field Details

  • Constructor Details

    • TestingFrameworkException

      public TestingFrameworkException(String message)
      Creates a WebServerTestingFrameworkException with the specified detail message.
    • TestingFrameworkException

      public TestingFrameworkException(Throwable cause)
  • Method Details