Package com.zerog.ia.api.pub
Class CannotInstallJREException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.zerog.ia.api.pub.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).
-
-
Constructor Summary
Constructors Constructor Description CannotInstallJREException()
ConstructorCannotInstallJREException(java.lang.String s)
Constructor
-