PathNotFoundException.java 493 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.day.cq.replication;

import com.day.cq.replication.ReplicationException;

public class PathNotFoundException
extends ReplicationException {
    private static final long serialVersionUID = -5930202957795016152L;

    public PathNotFoundException(String s) {
        super(s);
    }

    public PathNotFoundException(String s, Exception e) {
        super(s, e);
    }

    public PathNotFoundException(Exception e) {
        super(e);
    }
}