at.spardat.xma.boot.exc.ServerVersionException Maven / Gradle / Ivy
/*******************************************************************************
* Copyright (c) 2003, 2007 s IT Solutions AT Spardat GmbH .
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* s IT Solutions AT Spardat GmbH - initial API and implementation
*******************************************************************************/
/*
* Created on 14.10.2003
*/
package at.spardat.xma.boot.exc;
/**
* @author s3595
*
* To change the template for this generated type comment go to
* Window>Preferences>Java>Code Generation>Code and Comments
* @deprecated no longer used
*/
public class ServerVersionException extends BootRuntimeException {
/**
* @deprecated
*/
public ServerVersionException() {
super.setShowToEndUser(false);
}
}