|
package org.spongycastle.crypto.io;
|
|
|
|
import java.io.IOException;
|
|
|
|
/* loaded from: classes6.dex */
|
|
public class CipherIOException extends IOException {
|
|
private final Throwable a;
|
|
|
|
@Override // java.lang.Throwable
|
|
public Throwable getCause() {
|
|
return this.a;
|
|
}
|
|
}
|