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

org.qas.api.internal.Crc32MismatchException Maven / Gradle / Ivy

The newest version!
package org.qas.api.internal;

import org.qas.api.AuthClientException;

/**
 * Crc32MismatchException
 *
 * @author Dzung Nguyen
 * @version $Id Crc32MismatchException 2014-03-27 10:21:30z dungvnguyen $
 * @since 1.0
 */
public class Crc32MismatchException extends AuthClientException {
  //~ class properties ========================================================
  private static final long serialVersionUID = 7617145457098551634L;

  //~ class members ===========================================================
  public Crc32MismatchException(String msg) {
    super(msg);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy