package org.threeten.bp.zone;

import org.threeten.bp.DateTimeException;

/* JADX INFO: loaded from: classes.dex */
public class ZoneRulesException extends DateTimeException {
    public ZoneRulesException(String str) {
        super(str);
    }

    public ZoneRulesException(String str, Throwable th) {
        super(str, th);
    }
}
