47 lines
989 B
Java
47 lines
989 B
Java
package io.beid.beidk.a;
|
|
|
|
import java.util.List;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class b extends Exception {
|
|
private Map<String, List<String>> b;
|
|
public int c;
|
|
private String d;
|
|
|
|
public b(Throwable th) {
|
|
super(th);
|
|
this.c = 0;
|
|
this.b = null;
|
|
this.d = null;
|
|
}
|
|
|
|
private b(String str, Throwable th, int i, Map<String, List<String>> map, String str2) {
|
|
super(str, th);
|
|
this.c = i;
|
|
this.b = map;
|
|
this.d = str2;
|
|
}
|
|
|
|
public b(String str, Throwable th, int i, Map<String, List<String>> map) {
|
|
this(str, th, i, map, null);
|
|
}
|
|
|
|
public b(String str, int i, Map<String, List<String>> map, String str2) {
|
|
this(str, null, i, map, str2);
|
|
}
|
|
|
|
public b(String str) {
|
|
super(str);
|
|
this.c = 0;
|
|
this.b = null;
|
|
this.d = null;
|
|
}
|
|
|
|
public b() {
|
|
this.c = 0;
|
|
this.b = null;
|
|
this.d = null;
|
|
}
|
|
}
|