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

com.aerospike.dsl.exception.AerospikeDSLException Maven / Gradle / Ivy

The newest version!
package com.aerospike.dsl.exception;

public class AerospikeDSLException extends RuntimeException {

    public AerospikeDSLException(String description) {
        super(description);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy