Package com.zerog.ia.api.pub
Class FatalInstallException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.zerog.ia.api.pub.InstallException
-
- com.zerog.ia.api.pub.FatalInstallException
-
- All Implemented Interfaces:
java.io.Serializable
public class FatalInstallException extends InstallException
When thrown from a CustomCodeAction, a fatal error is logged in the end user's installation log.
Throwing this exception does NOT cause the installer to exit. To have the installer exit, use the
abortInstallation()
method available from the various custom code proxies.
-
-
Constructor Summary
Constructors Constructor Description FatalInstallException()
ConstructorFatalInstallException(java.lang.String s)
Constructor
-