Examples of NonstandardException


Examples of xcat.exceptions.NonstandardException

            int status)
    throws gov.cca.CCAException {
    logger.finest("called for component: " + componentName);

    if (!componentMap.containsKey(componentName))
      throw new NonstandardException("Unknown component: " + componentName);

    // add checkpoint information inside the checkpointMap
    CheckpointInfo cpInfo = new CheckpointInfo(storageServiceURL,
                 storageID);
    tempCheckpointMap.put(componentName, cpInfo);
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.