ClassCastException
예:
List items = Arrays.asList("string", "string"); List<Integer> numbers = Collections.unmodifiableList(items); // 확인되지 않은 대입