package com.constellio.data.io.concurrent.exception; public class UnsupportedPathException extends RuntimeException { public UnsupportedPathException(String msg) { super(msg); } /** * */ private static final long serialVersionUID = 1L; }