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 ErrorCode
LARGE_OBJECT_GRAPH_ESTIMATION_ERROR
MEMORY-4, object size (graph) is too large be estimatedstatic ErrorCode
MEMORY_TRANSPORT_RECEIVER_ERROR
MEMORY-1, receiver for message could not be found or created.static ErrorCode
MESSAGE_TOO_LARGE
MEMORY-2, message exceeds memory maximum for the queue.static ErrorCode
OBJECT_SIZE_ESTIMATION_ERROR
MEMORY-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
-
-