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

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

package com.nytimes.android.external.cache3;




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 - 2025 Weber Informatics LLC | Privacy Policy