Rev 4496 | Blame | Compare with Previous | Last modification | View Log | RSS feed
/*** Autogenerated by Thrift Compiler (0.7.0)** DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING*/package in.shop2020.generic;import java.util.List;import java.util.ArrayList;import java.util.Map;import java.util.HashMap;import java.util.EnumMap;import java.util.Set;import java.util.HashSet;import java.util.EnumSet;import java.util.Collections;import java.util.BitSet;import java.nio.ByteBuffer;import java.util.Arrays;import org.slf4j.Logger;import org.slf4j.LoggerFactory;public class Constants {public static final Map<ExceptionType,String> EXCEPTION_TYPES_DESCRIPTION = new HashMap<ExceptionType,String>();static {EXCEPTION_TYPES_DESCRIPTION.put(in.shop2020.generic.ExceptionType.NULL_POINTER, "Null pointer exception");EXCEPTION_TYPES_DESCRIPTION.put(in.shop2020.generic.ExceptionType.ILLEGAL_ARGUMENTS, "Illegal arguments, could not lookup");EXCEPTION_TYPES_DESCRIPTION.put(in.shop2020.generic.ExceptionType.DATABASE_ERROR, "Error in the DB layer");EXCEPTION_TYPES_DESCRIPTION.put(in.shop2020.generic.ExceptionType.NOT_AUTHORIZED, "Not authorized");EXCEPTION_TYPES_DESCRIPTION.put(in.shop2020.generic.ExceptionType.MULTIPLE_ITEMS_FOUND, "Multiple items found");}}