RetryConstraint$ImmutableRetryConstraint.smali
.class Lcom/path/android/jobqueue/RetryConstraint$ImmutableRetryConstraint;
.super Lcom/path/android/jobqueue/RetryConstraint;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/path/android/jobqueue/RetryConstraint;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "ImmutableRetryConstraint"
.end annotation
# static fields
.field private static final MESSAGE:Ljava/lang/String; = "This object is immutable. Create a new one using the constructor."
# direct methods
.method public constructor <init>(Z)V
.registers 2
invoke-direct {p0, p1}, Lcom/path/android/jobqueue/RetryConstraint;-><init>(Z)V
return-void
.end method
# virtual methods
.method public setNewDelayInMs(Ljava/lang/Long;)V
.registers 3
new-instance p1, Ljava/lang/IllegalStateException;
const-string v0, "This object is immutable. Create a new one using the constructor."
invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public setNewPriority(Ljava/lang/Integer;)V
.registers 3
new-instance p1, Ljava/lang/IllegalStateException;
const-string v0, "This object is immutable. Create a new one using the constructor."
invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public setRetry(Z)V
.registers 3
new-instance p1, Ljava/lang/IllegalStateException;
const-string v0, "This object is immutable. Create a new one using the constructor."
invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p1
.end method