Package com.attivio.sdk.error
Class ProcessError
- java.lang.Object
- 
- com.attivio.sdk.error.ErrorCode
- 
- com.attivio.sdk.error.ProcessError
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ProcessError extends ErrorCode ProcessManager error codes.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringPROCESS_ERRORProcessErrorstatic ErrorCodePROCESS_PROBLEMPROCESS_PROBLEM
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedProcessError(long code)
 - 
Method Summary- 
Methods inherited from class com.attivio.sdk.error.ErrorCodeequals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
 
- 
 
- 
- 
- 
Field Detail- 
PROCESS_ERRORpublic static final java.lang.String PROCESS_ERROR ProcessError- See Also:
- Constant Field Values
 
 - 
PROCESS_PROBLEMpublic static final ErrorCode PROCESS_PROBLEM PROCESS_PROBLEM
 
- 
 
-