Package jp.ameba.mongo

Examples of jp.ameba.mongo.MongoException


    this.done = done;
  }

  @Override
  public boolean cancel(boolean mayInterruptIfRunning) {
    throw new MongoException("Cancel is not available.");
  }
View Full Code Here

TOP

Related Classes of jp.ameba.mongo.MongoException

Copyright © 2018 www.massapicom. 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.