public class DocumentumException extends Exception
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
protected int |
errType |
static int |
TYPE_BADCONNECTIONPARAMS |
static int |
TYPE_BADCREDENTIALS |
static int |
TYPE_GENERAL |
static int |
TYPE_NOTALLOWED |
static int |
TYPE_SERVICEINTERRUPTION |
Constructor and Description |
---|
DocumentumException(String errString) |
DocumentumException(String errString,
int errType) |
DocumentumException(String errString,
Throwable cause) |
DocumentumException(String errString,
Throwable cause,
int errType) |
DocumentumException(Throwable cause) |
DocumentumException(Throwable cause,
int errType) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String _rcsid
public static final int TYPE_SERVICEINTERRUPTION
public static final int TYPE_BADCREDENTIALS
public static final int TYPE_BADCONNECTIONPARAMS
public static final int TYPE_NOTALLOWED
public static final int TYPE_GENERAL
protected int errType
public DocumentumException(String errString)
public DocumentumException(Throwable cause)
public DocumentumException(String errString, int errType)
public DocumentumException(Throwable cause, int errType)