// Generated automatically from com.google.protobuf.UninitializedMessageException for testing purposes package com.google.protobuf; import com.google.protobuf.InvalidProtocolBufferException; import com.google.protobuf.MessageLite; import java.util.List; public class UninitializedMessageException extends RuntimeException { protected UninitializedMessageException() {} public InvalidProtocolBufferException asInvalidProtocolBufferException(){ return null; } public List getMissingFields(){ return null; } public UninitializedMessageException(List p0){} public UninitializedMessageException(MessageLite p0){} }