package gov.nist.registry.common2.exception; public class XdsIOException extends XdsException { public XdsIOException(String msg) { super(msg); } public XdsIOException(String msg, Throwable cause) { super(msg, cause); } }