aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/pgp/exception/NoAsymmetricEncryptionException.java
blob: 92542fa3523391c1dfedbf13a34ca2b71ae5ab90 (plain)
1
2
3
4
5
6
7
8
9
package org.sufficientlysecure.keychain.pgp.exception;

public class NoAsymmetricEncryptionException extends Exception {
    static final long serialVersionUID = 0xf812773343L;

    public NoAsymmetricEncryptionException() {
        super();
    }
}