public class InstallException
extends java.lang.Exception
InstallException is thrown when installing class files on a target has failed
for any reason.| Constructor and Description |
|---|
InstallException()
Constructs a
InstallException with no detail message. |
InstallException(java.lang.String s)
Constructs a
InstallException with the specified
detail message. |