public class ImportFailedException extends Exception
Modifier and Type | Field and Description |
---|---|
static int |
CAUSE_UNKNOWN |
static int |
IMPORT_IMPL_MISSING |
static int |
IMPORT_LOAD_FAIL |
static int |
IMPORT_STORE_FAIL |
static int |
IMPORT_UNMARSHAL_FAIL |
static int |
IMPORT_VERSION_MISMATCH |
static int |
IMPORT_VERSION_UNSUPPORTED |
static int |
IMPORT_VERSIONPARSE_FAIL |
Constructor and Description |
---|
ImportFailedException(int type) |
Modifier and Type | Method and Description |
---|---|
String |
getMessageCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int CAUSE_UNKNOWN
public static final int IMPORT_VERSIONPARSE_FAIL
public static final int IMPORT_IMPL_MISSING
public static final int IMPORT_LOAD_FAIL
public static final int IMPORT_VERSION_UNSUPPORTED
public static final int IMPORT_UNMARSHAL_FAIL
public static final int IMPORT_VERSION_MISMATCH
public static final int IMPORT_STORE_FAIL
public String getMessageCode()
Copyright © 2016 Fraunhofer FOKUS. All rights reserved.