public class WGAPlugin.InstallationFault
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ERROR_CIRCULAR_REFERENCE |
static int |
ERROR_DEPENDENCY_INACTIVE |
static int |
ERROR_DEPENDENCY_NOT_AVAILABLE |
static int |
ERROR_DEPENDENCY_WRONG_VERSION |
static int |
ERROR_INITIALISATION |
static int |
ERROR_WRONG_JAVA_VERSION |
static int |
ERROR_WRONG_WGA_VERSION |
Constructor and Description |
---|
WGAPlugin.InstallationFault(int error) |
Modifier and Type | Method and Description |
---|---|
int |
getError() |
java.lang.String |
toErrorMessage() |
java.lang.String |
toString() |
public static final int ERROR_WRONG_WGA_VERSION
public static final int ERROR_WRONG_JAVA_VERSION
public static final int ERROR_DEPENDENCY_NOT_AVAILABLE
public static final int ERROR_DEPENDENCY_WRONG_VERSION
public static final int ERROR_DEPENDENCY_INACTIVE
public static final int ERROR_CIRCULAR_REFERENCE
public static final int ERROR_INITIALISATION