1 20 package org.apache.directory.ldapstudio.apacheds.configuration.model; 21 22 23 30 public class ServerConfigurationParserException extends Exception  31 { 32 33 private static final long serialVersionUID = 7274953743060751973L; 34 35 36 43 public ServerConfigurationParserException( String message ) 44 { 45 super( message ); 46 } 47 48 49 60 public ServerConfigurationParserException( String message, Throwable cause ) 61 { 62 super( message, cause ); 63 } 64 } 65 | Popular Tags |