459460461462463464465
throw new DConfigBeanVersionUnsupportedException("Version not supported " + version); } } public DeploymentConfiguration createConfiguration(DeployableObject deployableObject) throws InvalidModuleException { throw new InvalidModuleException("Not supported: " + deployableObject.getType()); }