tmap/smali_classes3/com/google/protobuf/CodedOutputStream$OutOfSpaceException.smali
2022-06-10 21:38:30 +09:00

60 lines
1.6 KiB
Smali

.class public Lcom/google/protobuf/CodedOutputStream$OutOfSpaceException;
.super Ljava/io/IOException;
.source "CodedOutputStream.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/protobuf/CodedOutputStream;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "OutOfSpaceException"
.end annotation
# static fields
.field private static final MESSAGE:Ljava/lang/String; = "CodedOutputStream was writing to a flat byte array and ran out of space."
.field private static final serialVersionUID:J = -0x606a6e83ad3191dbL
# direct methods
.method public constructor <init>()V
.locals 1
const-string v0, "CodedOutputStream was writing to a flat byte array and ran out of space."
.line 1
invoke-direct {p0, v0}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Ljava/lang/Throwable;)V
.locals 1
const-string v0, "CodedOutputStream was writing to a flat byte array and ran out of space.: "
.line 3
invoke-static {v0, p1}, Lc/g;->a(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
move-result-object p1
invoke-direct {p0, p1, p2}, Ljava/io/IOException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
return-void
.end method
.method public constructor <init>(Ljava/lang/Throwable;)V
.locals 1
const-string v0, "CodedOutputStream was writing to a flat byte array and ran out of space."
.line 2
invoke-direct {p0, v0, p1}, Ljava/io/IOException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
return-void
.end method