Class ExtensionInstallationException

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

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

    • ExtensionInstallationException

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