1 26 package org.objectweb.openccm.descriptor.softpkg.ccm; 27 28 import org.objectweb.openccm.descriptor.componentassembly.ccm.deployer.base.DeployerContext; 29 import org.objectweb.openccm.descriptor.componentassembly.ccm.deployer.base.DeployerFailureException; 30 31 38 public class CodeInstallationFailureException 39 extends DeployerFailureException 40 { 41 public CodeInstallationFailureException(DeployerContext dc,Exception e) 52 { 53 super(dc,e,"Code installation failed when trying to install:\n" 54 +dc. getStringifiedDeployerDescriptionNoError()); 55 } 56 } 67 | Popular Tags |