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 ExistingHomeResolutionFailureException 40 extends DeployerFailureException 41 { 42 public 53 ExistingHomeResolutionFailureException(DeployerContext dep, 54 Exception e) 55 { 56 super(dep, e, "The existing home cannot be resolve"); 57 } 58 69 } 70 | Popular Tags |