1 26 package org.objectweb.openccm.descriptor.componentassembly.ccm.deployer.installer; 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 32 39 public class ComponentInstantiationFailureException 40 extends DeployerFailureException 41 { 42 public ComponentInstantiationFailureException(DeployerContext deployer,Exception e) 53 { 54 super(deployer,e,"The Component instantiation cannot be done"); 55 } 56 67 } 68 | Popular Tags |