| Line 26... |
Line 26... |
| 26 |
static {
|
26 |
static {
|
| 27 |
EXCEPTION_TYPES_DESCRIPTION.put(in.shop2020.generic.ExceptionType.NULL_POINTER, "Null pointer exception");
|
27 |
EXCEPTION_TYPES_DESCRIPTION.put(in.shop2020.generic.ExceptionType.NULL_POINTER, "Null pointer exception");
|
| 28 |
EXCEPTION_TYPES_DESCRIPTION.put(in.shop2020.generic.ExceptionType.ILLEGAL_ARGUMENTS, "Illegal arguments, could not lookup");
|
28 |
EXCEPTION_TYPES_DESCRIPTION.put(in.shop2020.generic.ExceptionType.ILLEGAL_ARGUMENTS, "Illegal arguments, could not lookup");
|
| 29 |
EXCEPTION_TYPES_DESCRIPTION.put(in.shop2020.generic.ExceptionType.DATABASE_ERROR, "Error in the DB layer");
|
29 |
EXCEPTION_TYPES_DESCRIPTION.put(in.shop2020.generic.ExceptionType.DATABASE_ERROR, "Error in the DB layer");
|
| 30 |
EXCEPTION_TYPES_DESCRIPTION.put(in.shop2020.generic.ExceptionType.NOT_AUTHORIZED, "Not authorized");
|
30 |
EXCEPTION_TYPES_DESCRIPTION.put(in.shop2020.generic.ExceptionType.NOT_AUTHORIZED, "Not authorized");
|
| - |
|
31 |
EXCEPTION_TYPES_DESCRIPTION.put(in.shop2020.generic.ExceptionType.MULTIPLE_ITEMS_FOUND, "Multiple items found");
|
| 31 |
}
|
32 |
}
|
| 32 |
|
33 |
|
| 33 |
}
|
34 |
}
|