Class TestException

All Implemented Interfaces:
Serializable

public class TestException extends RuntimeException
Exception during Helidon test processing.
See Also:
  • Constructor Details

    • TestException

      public TestException(String message)
      Create a new exception with a customized message.
      Parameters:
      message - message
    • TestException

      public TestException(String message, Throwable cause)
      Create a new exception with a customized message and a cause.
      Parameters:
      message - message
      cause - cause of this exception