crossdc-commons/src/main/java/org/apache/solr/crossdc/common/MirroringException.java [22:36]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
public class MirroringException extends Exception {
    public MirroringException() {
        super();
    }

    public MirroringException(String message) {
        super(message);
    }

    public MirroringException(String message, Throwable cause) {
        super(message, cause);
    }

    public MirroringException(Throwable cause) {
        super(cause);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



crossdc-producer/src/main/java/org/apache/solr/update/processor/MirroringException.java [22:36]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
public class MirroringException extends Exception {
    public MirroringException() {
        super();
    }

    public MirroringException(String message) {
        super(message);
    }

    public MirroringException(String message, Throwable cause) {
        super(message, cause);
    }

    public MirroringException(Throwable cause) {
        super(cause);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



