Class FilenetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.manifoldcf.crawler.common.filenet.FilenetException
-
- All Implemented Interfaces:
java.io.Serializable
public class FilenetException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.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 Summary
Constructors Constructor Description FilenetException(java.lang.String errString)
FilenetException(java.lang.String errString, int errType)
FilenetException(java.lang.String errString, java.lang.Throwable cause)
FilenetException(java.lang.String errString, java.lang.Throwable cause, int errType)
FilenetException(java.lang.Throwable cause)
FilenetException(java.lang.Throwable cause, int errType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getType()
-
-
-
Field Detail
-
_rcsid
public static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
TYPE_SERVICEINTERRUPTION
public static final int TYPE_SERVICEINTERRUPTION
- See Also:
- Constant Field Values
-
TYPE_BADCREDENTIALS
public static final int TYPE_BADCREDENTIALS
- See Also:
- Constant Field Values
-
TYPE_BADCONNECTIONPARAMS
public static final int TYPE_BADCONNECTIONPARAMS
- See Also:
- Constant Field Values
-
TYPE_NOTALLOWED
public static final int TYPE_NOTALLOWED
- See Also:
- Constant Field Values
-
TYPE_GENERAL
public static final int TYPE_GENERAL
- See Also:
- Constant Field Values
-
errType
protected int errType
-
-
Constructor Detail
-
FilenetException
public FilenetException(java.lang.String errString)
-
FilenetException
public FilenetException(java.lang.String errString, java.lang.Throwable cause)
-
FilenetException
public FilenetException(java.lang.Throwable cause)
-
FilenetException
public FilenetException(java.lang.String errString, int errType)
-
FilenetException
public FilenetException(java.lang.String errString, java.lang.Throwable cause, int errType)
-
FilenetException
public FilenetException(java.lang.Throwable cause, int errType)
-
-