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

com.bazaarvoice.emodb.uac.api.EmoApiKeyNotFoundException Maven / Gradle / Ivy

There is a newer version: 6.5.190
Show newest version
package com.bazaarvoice.emodb.uac.api;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

/**
 * Exception thrown when attempting to modify an API key which does not exist.
 */
@JsonIgnoreProperties({"cause", "localizedMessage", "stackTrace"})
public class EmoApiKeyNotFoundException extends RuntimeException {
    public EmoApiKeyNotFoundException() {
        super("API Key not found");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy