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

io.github.qsy7.encryption.EncryptionException Maven / Gradle / Ivy

The newest version!
package io.github.qsy7.encryption;

public class EncryptionException extends RuntimeException {
  public EncryptionException(Exception e) {
    super(e);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy