// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.oliodevices.assist.app.detectors.web.api; public class OlioDownloadException extends Exception { int failure; public OlioDownloadException(int i) { failure = i; } public int getFailure() { return failure; } public void setFailure(int i) { failure = i; } }