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

com.aerospike.mapper.exceptions.NotAnnotatedClass Maven / Gradle / Ivy

package com.aerospike.mapper.exceptions;

import com.aerospike.client.AerospikeException;

public class NotAnnotatedClass extends AerospikeException {

	private static final long serialVersionUID = -4781097961894057707L;
	public static final int REASON_CODE = -109;
	public NotAnnotatedClass(String description) {
		super(REASON_CODE, description);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy