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