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

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

package org.cloudfoundry.identity.uaa.cypto;

public class EncryptionServiceException extends Throwable {
    public EncryptionServiceException(Exception e) {
        super(e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy