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

com.fasterxml.clustermate.service.msg.GetErrorResponse Maven / Gradle / Ivy

There is a newer version: 0.10.5
Show newest version
package com.fasterxml.clustermate.service.msg;

import com.fasterxml.clustermate.api.EntryKey;

/**
 * Simple POJO used for enclosing information in case of a failed GET
 */
public class GetErrorResponse extends CRUDResponseBase
{
    public GetErrorResponse(K key, String message) {
        super(key, message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy