Class ExtensionUninstallationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.teamdev.jxbrowser.extensions.ExtensionUninstallationException
All Implemented Interfaces:
Serializable

public final class ExtensionUninstallationException extends RuntimeException
Thrown to indicate that the extension uninstallation has failed.
Since:
8.0.0
See Also:
  • Constructor Details

    • ExtensionUninstallationException

      public ExtensionUninstallationException(String message)
      Constructs a ExtensionUninstallationException object with the given message.
      Parameters:
      message - a string that represents the exception details