001package net.minecraft.client.mco;
002
003import cpw.mods.fml.relauncher.Side;
004import cpw.mods.fml.relauncher.SideOnly;
005
006@SideOnly(Side.CLIENT)
007public class ExceptionRetryCall extends ExceptionMcoService
008{
009    public final int field_96393_c;
010
011    public ExceptionRetryCall(int par1)
012    {
013        super(503, "Retry operation");
014        this.field_96393_c = par1;
015    }
016}