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.InitializationError; 30 31 39 public class CorbaComponentFileLoadingFailureException 40 extends InitializationError 41 { 42 public CorbaComponentFileLoadingFailureException(DeployerContext d,Exception e) 53 { 54 super(d,e,"The corba component file cannot be loaded."); 55 } 56 } 67 | Popular Tags |