Package com.zerog.ia.api.pub
Class InstallException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.zerog.ia.api.pub.InstallException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
FatalInstallException
,NonfatalInstallException
public abstract class InstallException extends java.lang.Exception
An abstract class used to signify an error in the execution of a custom code action.
-
-
Constructor Summary
Constructors Constructor Description InstallException()
ConstructorInstallException(java.lang.String s)
Constructor
-