1 26 package org.objectweb.openccm.descriptor.componentassembly.ccm.deployer.util; 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 CannotResolveReferenceException 39 extends DeployerFailureException 40 { 41 57 public 58 CannotResolveReferenceException(DeployerContext deployer, 59 Exception e, 60 String message) 61 { 62 63 super(deployer, e, message+"\n Check you CAD file " 64 +"it must precised a non existing corba object.\n"); 65 } 66 } 77 | Popular Tags |