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

org.pgpainless.exception.KeyCannotSignException Maven / Gradle / Ivy

There is a newer version: 1.7.2
Show newest version
// SPDX-FileCopyrightText: 2021 Paul Schaub 
//
// SPDX-License-Identifier: Apache-2.0

package org.pgpainless.exception;

import org.bouncycastle.openpgp.PGPException;

public class KeyCannotSignException extends PGPException {
    public KeyCannotSignException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy