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

org.adorsys.encobject.exceptions.BucketRestrictionException Maven / Gradle / Ivy

There is a newer version: 0.23.13
Show newest version
package org.adorsys.encobject.exceptions;

/**
 * Created by peter on 20.03.18 at 08:02.
 */
public class BucketRestrictionException extends BucketException {
    public BucketRestrictionException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy