Class FatalInstallerErrorException

All Implemented Interfaces:
Serializable

public class FatalInstallerErrorException extends InstallerTestException
Thrown when the installer encounters a fatal error on its own (e.g. an action throws, or an error screen is shown).
See Also:
  • Constructor Details

    • FatalInstallerErrorException

      public FatalInstallerErrorException(String message)
    • FatalInstallerErrorException

      public FatalInstallerErrorException(String message, Throwable cause)