private void logAndThrowUnknownFormatException(Bucket bucket,
BucketFormat newFormat) {
logger.debug(warn("Attempted to export bucket to newFormat",
"Bucket was in an Unknown format", "Throwing exception", "bucket",
bucket, "new_format", newFormat));
throw new UnknownBucketFormatException();
}