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 39 public class ComponentPropertiesSetupFailureException 40 extends DeployerFailureException { 41 public ComponentPropertiesSetupFailureException( 52 DeployerContext dep, 53 Exception e) { 54 super(dep, e, "The component propeties cannot be setup"); 55 } 56 } 67 | Popular Tags |