1 13 package info.magnolia.jackrabbit; 14 15 import info.magnolia.cms.core.BaseRuntimeException; 16 17 18 22 public class MissingNodetypesException extends BaseRuntimeException { 23 24 27 private static final long serialVersionUID = 222L; 28 29 32 public MissingNodetypesException() { 33 super( 34 "No nodetype configuration file found, the default magnolia nodetype config is missing from the classpath"); 35 } 36 37 } 38 | Popular Tags |