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

org.cloudfoundry.identity.uaa.cypto.NoActiveEncryptionKeyProvided Maven / Gradle / Ivy

The newest version!
package org.cloudfoundry.identity.uaa.cypto;

public class NoActiveEncryptionKeyProvided extends RuntimeException {
    public NoActiveEncryptionKeyProvided(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy