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

com.amazon.opendistroforelasticsearch.security.securityconf.MigrationException Maven / Gradle / Ivy

package com.amazon.opendistroforelasticsearch.security.securityconf;

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 - 2024 Weber Informatics LLC | Privacy Policy