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 Summary
Fields Modifier and Type Field Description static java.lang.String
PROCESS_ERROR
ProcessErrorstatic ErrorCode
PROCESS_PROBLEM
PROCESS_PROBLEM
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProcessError(long code)
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
PROCESS_ERROR
public static final java.lang.String PROCESS_ERROR
ProcessError- See Also:
- Constant Field Values
-
PROCESS_PROBLEM
public static final ErrorCode PROCESS_PROBLEM
PROCESS_PROBLEM
-
-