Examples of UnknownBucketFormatException


Examples of com.splunk.shuttl.archiver.archive.UnknownBucketFormatException

  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();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.