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

org.signal.metadata.InvalidMetadataMessageException Maven / Gradle / Ivy

The newest version!
package org.signal.libsignal.metadata;


public class InvalidMetadataMessageException extends Exception {
  public InvalidMetadataMessageException(String s) {
    super(s);
  }

  public InvalidMetadataMessageException(Exception s) {
    super(s);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy