Package com.attivio.sdk.error
Class MemoryError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.MemoryError
-
- All Implemented Interfaces:
java.io.Serializable
public class MemoryError extends ErrorCode
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorCodeLARGE_OBJECT_GRAPH_ESTIMATION_ERRORMEMORY-4, object size (graph) is too large be estimatedstatic ErrorCodeMEMORY_TRANSPORT_RECEIVER_ERRORMEMORY-1, receiver for message could not be found or created.static ErrorCodeMESSAGE_TOO_LARGEMEMORY-2, message exceeds memory maximum for the queue.static ErrorCodeOBJECT_SIZE_ESTIMATION_ERRORMEMORY-3, object size could not be estimated
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
MEMORY_TRANSPORT_RECEIVER_ERROR
public static final ErrorCode MEMORY_TRANSPORT_RECEIVER_ERROR
MEMORY-1, receiver for message could not be found or created.
-
MESSAGE_TOO_LARGE
public static final ErrorCode MESSAGE_TOO_LARGE
MEMORY-2, message exceeds memory maximum for the queue.
-
OBJECT_SIZE_ESTIMATION_ERROR
public static final ErrorCode OBJECT_SIZE_ESTIMATION_ERROR
MEMORY-3, object size could not be estimated
-
LARGE_OBJECT_GRAPH_ESTIMATION_ERROR
public static final ErrorCode LARGE_OBJECT_GRAPH_ESTIMATION_ERROR
MEMORY-4, object size (graph) is too large be estimated
-
-