package com.google.crypto.tink.shaded.protobuf; import java.util.List; /* loaded from: classes2.dex */ public class UninitializedMessageException extends RuntimeException { private final List e; public UninitializedMessageException() { super("Message was missing required fields. (Lite runtime could not determine which fields were missing)."); this.e = null; } }