public final class ServiceError
extends java.lang.Exception
Modifier and Type | Field | Description |
---|---|---|
static int |
ACCESS_NOT_ALLOWED_IN_CURRENT_STATE |
|
static int |
ACCESS_VIOLATION |
|
static int |
APPLICATION_UNREACHABLE |
|
static int |
CLASS_NOT_SUPPORTED |
|
static int |
CONNECTION_LOST |
|
static int |
CONTROL_MUST_BE_SELECTED |
|
static int |
FAILED_DUE_TO_COMMUNICATIONS_CONSTRAINT |
|
static int |
FAILED_DUE_TO_SERVER_CONSTRAINT |
|
static int |
FATAL |
|
static int |
FILE_NONE_EXISTENT |
|
static int |
INSTANCE_IN_USE |
|
static int |
INSTANCE_LOCKED_BY_OTHER_CLIENT |
|
static int |
INSTANCE_NOT_AVAILABLE |
|
static int |
MEMORY_UNAVAILABLE |
|
static int |
NO_ERROR |
|
static int |
PARAMETER_VALUE_INAPPROPRIATE |
|
static int |
PARAMETER_VALUE_INCONSISTENT |
|
static int |
PROCESSOR_RESOURCE_UNAVAILABLE |
|
static int |
TIMEOUT |
|
static int |
TYPE_CONFLICT |
|
static int |
UNKNOWN |
Constructor | Description |
---|---|
ServiceError(int errorCode) |
|
ServiceError(int errorCode,
java.lang.String s) |
|
ServiceError(int errorCode,
java.lang.String s,
java.lang.Throwable cause) |
|
ServiceError(int errorCode,
java.lang.Throwable cause) |
Modifier and Type | Method | Description |
---|---|---|
int |
getErrorCode() |
public static final int NO_ERROR
public static final int INSTANCE_NOT_AVAILABLE
public static final int INSTANCE_IN_USE
public static final int ACCESS_VIOLATION
public static final int ACCESS_NOT_ALLOWED_IN_CURRENT_STATE
public static final int PARAMETER_VALUE_INAPPROPRIATE
public static final int PARAMETER_VALUE_INCONSISTENT
public static final int CLASS_NOT_SUPPORTED
public static final int INSTANCE_LOCKED_BY_OTHER_CLIENT
public static final int CONTROL_MUST_BE_SELECTED
public static final int TYPE_CONFLICT
public static final int FAILED_DUE_TO_COMMUNICATIONS_CONSTRAINT
public static final int FAILED_DUE_TO_SERVER_CONSTRAINT
public static final int APPLICATION_UNREACHABLE
public static final int CONNECTION_LOST
public static final int MEMORY_UNAVAILABLE
public static final int PROCESSOR_RESOURCE_UNAVAILABLE
public static final int FILE_NONE_EXISTENT
public static final int FATAL
public static final int TIMEOUT
public static final int UNKNOWN
public ServiceError(int errorCode)
public ServiceError(int errorCode, java.lang.String s)
public ServiceError(int errorCode, java.lang.Throwable cause)
public ServiceError(int errorCode, java.lang.String s, java.lang.Throwable cause)