public class CacheErrors extends Object
| Modifier and Type | Field and Description |
|---|---|
static CacheError |
ERROR_1007
ERROR 1007: Data is very large
|
static CacheError |
ERROR_1008
ERROR 1008: Key is very large
|
static CacheError |
ERROR_1010
ERROR 1010: Commit in progress
|
static CacheError |
ERROR_1011
ERROR 1011: Transaction has been rolled back
|
static CacheError |
ERROR_1012
ERROR 1012: Transaction has been commited
|
static CacheError |
ERROR_1013
ERROR 1013: Transaction not started
|
static CacheError |
ERROR_1014
ERROR 1014: Cache write error
|
static CacheError |
ERROR_1016
ERROR 1016: Transaction has been started
|
static CacheError |
ERROR_1018
ERROR 1018: Rollback error
|
static CacheError |
ERROR_1019
ERROR 1019: Commit error
|
static CacheError |
ERROR_1020
ERROR 1020: Store item error
|
static CacheError |
ERROR_1021
ERROR 1021: Get item error
|
static CacheError |
ERROR_1022
ERROR 1022: Fails to acquire the lock
|
static CacheError |
ERROR_1023
ERROR 1023: Fails to execute action
|
static CacheError |
ERROR_1024
ERROR 1024: Lock wait timeout exceeded; try restarting transaction
|
static CacheError |
ERROR_1025
ERROR 1025: Transaction %s not found
|
static CacheError |
ERROR_1026
ERROR 1026: Lock %s not found for key %s
|
static CacheError |
ERROR_1027
ERROR 1027: Invalid current transaction
|
static CacheError |
ERROR_1028
ERROR 1028: Invalid time to idle
|
static CacheError |
ERROR_1029
ERROR 1029: Invalid time to live
|
static CacheError |
ERROR_1030
ERROR 1030: Expired Item
|
| Constructor and Description |
|---|
CacheErrors() |
public static final CacheError ERROR_1007
public static final CacheError ERROR_1008
public static final CacheError ERROR_1010
public static final CacheError ERROR_1011
public static final CacheError ERROR_1012
public static final CacheError ERROR_1013
public static final CacheError ERROR_1014
public static final CacheError ERROR_1016
public static final CacheError ERROR_1018
public static final CacheError ERROR_1019
public static final CacheError ERROR_1020
public static final CacheError ERROR_1021
public static final CacheError ERROR_1022
public static final CacheError ERROR_1023
public static final CacheError ERROR_1024
public static final CacheError ERROR_1025
public static final CacheError ERROR_1026
public static final CacheError ERROR_1027
public static final CacheError ERROR_1028
public static final CacheError ERROR_1029
public static final CacheError ERROR_1030
Copyright © 2016. All rights reserved.