Class ReplayBrowserNotInstalledException

All Implemented Interfaces:
Serializable

public class ReplayBrowserNotInstalledException extends GeneralReplayException
The exception that is thrown when the browser type requested to launch is not installed.
See Also:
  • Constructor Details

    • ReplayBrowserNotInstalledException

      public ReplayBrowserNotInstalledException()
      Constructs a new ReplayBrowserNotInstalledException.
    • ReplayBrowserNotInstalledException

      public ReplayBrowserNotInstalledException(String message)
      Constructs a new ReplayBrowserNotInstalledException with the specified detail message.
      Parameters:
      message - the detail message.