Class CannotInstallJREException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CannotInstallJREException
    extends java.lang.Exception

    Thrown when a custom action requests that an InstallAnywhere installer install a bundled JRE, but there is either no bundled JRE in the installer, or the installer is unable to install the bundled JRE (e.g., the installer has been set to never install a JRE).

    See Also:
    InstallerResources.installBundledJRE(boolean), Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CannotInstallJREException

        public CannotInstallJREException()
        Constructor
      • CannotInstallJREException

        public CannotInstallJREException​(java.lang.String s)
        Constructor