All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nytimes.android.external.cache.ExecutionError Maven / Gradle / Ivy

There is a newer version: 3.0.0-alpha
Show newest version
package com.nytimes.android.external.cache;




public class ExecutionError extends Error {
  /**
   * Creates a new instance with the given cause.
   */
  public ExecutionError(  Error cause) {
    super(cause);
  }

  private static final long serialVersionUID = 0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy