public class ManifoldCFException extends Exception
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
static int |
DATABASE_CONNECTION_ERROR |
static int |
DATABASE_ERROR |
static int |
DATABASE_TRANSACTION_ABORT |
protected int |
errcode |
static int |
GENERAL_ERROR |
static int |
INTERRUPTED |
static int |
REPOSITORY_CONNECTION_ERROR |
static int |
SETUP_ERROR |
Constructor and Description |
---|
ManifoldCFException(String errString) |
ManifoldCFException(String errString,
int errcode) |
ManifoldCFException(String errString,
Throwable cause) |
ManifoldCFException(String errString,
Throwable cause,
int errcode) |
ManifoldCFException(Throwable cause) |
ManifoldCFException(Throwable cause,
int errcode) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String _rcsid
public static final int GENERAL_ERROR
public static final int DATABASE_ERROR
public static final int INTERRUPTED
public static final int SETUP_ERROR
public static final int DATABASE_CONNECTION_ERROR
public static final int REPOSITORY_CONNECTION_ERROR
public static final int DATABASE_TRANSACTION_ABORT
protected int errcode
public ManifoldCFException(String errString)
public ManifoldCFException(String errString, int errcode)
public ManifoldCFException(Throwable cause, int errcode)
public ManifoldCFException(Throwable cause)