package com.google.common.util.concurrent;

import javax.annotation.Nullable;

public class UncheckedExecutionException extends RuntimeException
{
  protected UncheckedExecutionException()
  {
  }

  public UncheckedExecutionException(@Nullable Throwable paramThrowable)
  {
    super(paramThrowable);
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.google.common.util.concurrent.UncheckedExecutionException
 * JD-Core Version:    0.6.2
 */