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

org.whispersystems.libaxolotl.fingerprint.FingerprintVersionMismatchException Maven / Gradle / Ivy

The newest version!
package org.whispersystems.libaxolotl.fingerprint;

public class FingerprintVersionMismatchException extends Exception {

  public FingerprintVersionMismatchException() {
    super();
  }

  public FingerprintVersionMismatchException(Exception e) {
    super(e);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy