Class ManifoldCFException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.manifoldcf.core.interfaces.ManifoldCFException
-
- All Implemented Interfaces:
java.io.Serializable
public class ManifoldCFException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_rcsidstatic intDATABASE_CONNECTION_ERRORstatic intDATABASE_ERRORstatic intDATABASE_TRANSACTION_ABORTprotected interrcodestatic intGENERAL_ERRORstatic intINTERRUPTEDstatic intREPOSITORY_CONNECTION_ERRORstatic intSETUP_ERROR
-
Constructor Summary
Constructors Constructor Description ManifoldCFException(java.lang.String errString)ManifoldCFException(java.lang.String errString, int errcode)ManifoldCFException(java.lang.String errString, java.lang.Throwable cause)ManifoldCFException(java.lang.String errString, java.lang.Throwable cause, int errcode)ManifoldCFException(java.lang.Throwable cause)ManifoldCFException(java.lang.Throwable cause, int errcode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCode()
-
-
-
Field Detail
-
_rcsid
public static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
GENERAL_ERROR
public static final int GENERAL_ERROR
- See Also:
- Constant Field Values
-
DATABASE_ERROR
public static final int DATABASE_ERROR
- See Also:
- Constant Field Values
-
INTERRUPTED
public static final int INTERRUPTED
- See Also:
- Constant Field Values
-
SETUP_ERROR
public static final int SETUP_ERROR
- See Also:
- Constant Field Values
-
DATABASE_CONNECTION_ERROR
public static final int DATABASE_CONNECTION_ERROR
- See Also:
- Constant Field Values
-
REPOSITORY_CONNECTION_ERROR
public static final int REPOSITORY_CONNECTION_ERROR
- See Also:
- Constant Field Values
-
DATABASE_TRANSACTION_ABORT
public static final int DATABASE_TRANSACTION_ABORT
- See Also:
- Constant Field Values
-
errcode
protected int errcode
-
-
Constructor Detail
-
ManifoldCFException
public ManifoldCFException(java.lang.String errString)
-
ManifoldCFException
public ManifoldCFException(java.lang.String errString, int errcode)
-
ManifoldCFException
public ManifoldCFException(java.lang.String errString, java.lang.Throwable cause, int errcode)
-
ManifoldCFException
public ManifoldCFException(java.lang.String errString, java.lang.Throwable cause)
-
ManifoldCFException
public ManifoldCFException(java.lang.Throwable cause, int errcode)
-
ManifoldCFException
public ManifoldCFException(java.lang.Throwable cause)
-
-