
com.floragunn.searchguard.sgconf.MigrationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of search-guard-7 Show documentation
Show all versions of search-guard-7 Show documentation
Provide access control related features for Elasticsearch 6
The newest version!
package com.floragunn.searchguard.sgconf;
import java.io.IOException;
public class MigrationException extends IOException {
public MigrationException() {
super();
// TODO Auto-generated constructor stub
}
public MigrationException(String message, Throwable cause) {
super(message, cause);
// TODO Auto-generated constructor stub
}
public MigrationException(String message) {
super(message);
// TODO Auto-generated constructor stub
}
public MigrationException(Throwable cause) {
super(cause);
// TODO Auto-generated constructor stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy