bjoern@2943: package de.intevation.flys.client.server.was; bjoern@2943: bjoern@2943: import java.lang.Exception; bjoern@2943: bjoern@2943: public class ServiceException extends Exception { bjoern@2943: bjoern@2943: public ServiceException(String message) { bjoern@2943: super(message); bjoern@2943: } bjoern@2943: } bjoern@2943: // vim: set si et fileencoding=utf-8 ts=4 sw=4 tw=80: