The relative path is too big, is not URL-encoded, or does not begin with a slash (/).
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidRelativePath")) return null; InvalidRelativePathException e = (InvalidRelativePathException)super.unmarshall(node); return e; }