/* * Copyright 2000-2013 Enonic AS * http://www.enonic.com/license */ package com.enonic.cms.core.content; /** * Created by IntelliJ IDEA. * User: rmh * Date: 12/21/10 * Time: 9:40 AM */ public class ContentNameValidatorException extends RuntimeException { public ContentNameValidatorException( String message ) { super( message ); } }