Serializable
public class ImportExportException extends Exception
Modifier and Type | Field | Description |
---|---|---|
static int |
TYPE_INVALID_LOGINS |
|
static int |
TYPE_INVALID_STATUS |
|
static int |
TYPE_UNKNOWN |
Constructor | Description |
---|---|
ImportExportException() |
|
ImportExportException(String message) |
|
ImportExportException(String message,
int type) |
Modifier and Type | Method | Description |
---|---|---|
int |
getType() |
|
void |
setType(int value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int TYPE_UNKNOWN
public static final int TYPE_INVALID_LOGINS
public static final int TYPE_INVALID_STATUS
Copyright © 2002–2019 itracker. All rights reserved.