Class InconclusiveTestException

All Implemented Interfaces:
Serializable

public class InconclusiveTestException extends RuntimeException
Signals that a test method can not yield a conclusive result at this time, and must be retried later.
Author:
jonmv
See Also:
  • Constructor Details

    • InconclusiveTestException

      public InconclusiveTestException()
    • InconclusiveTestException

      public InconclusiveTestException(String message)