Class TCKValidationException

All Implemented Interfaces:
Serializable

public final class TCKValidationException extends MeasurementException
This exception indicates that an error has occurred while performing a TCK validate operation.
Since:
1.0
Version:
2.0, July 7, 2023
Author:
Werner Keil
See Also:
  • Constructor Details

    • TCKValidationException

      public TCKValidationException(String message)
      Constructs a TCKValidationException with the given message.
      Parameters:
      message - the detail message, or null if none.
    • TCKValidationException

      Constructs a TCKValidationException with the given message and cause.
      Parameters:
      message - the detail message, or null if none.
      c - the cause of this exception, or null if none.