fix compile error due to a rename in core

Original commit: elastic/x-pack-elasticsearch@03c9032c8b
This commit is contained in:
Martijn van Groningen 2015-06-30 18:12:25 +02:00
parent 480ee9cabc
commit 1fffcc9666

View File

@ -11,7 +11,7 @@ import org.elasticsearch.common.collect.Tuple;
/**
*
*/
public class ShieldException extends ElasticsearchException.WithRestHeaders {
public class ShieldException extends ElasticsearchException.WithRestHeadersException {
public ShieldException(String msg, Tuple... headers) {
super(msg, headers);