All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.ennwifi.webframe.ui.shared.module.ServerException Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package cn.ennwifi.webframe.ui.shared.module;

/**
 * The type Server exception.
 *
 * @author zhangjianshe
 */
public class ServerException extends RuntimeException implements
    com.google.gwt.user.client.rpc.IsSerializable {
    /**
     * Instantiates a new server exception.
     *
     * @param msg the msg
     */
    public ServerException(String msg) {
    super(msg);
  }

    /**
     * Instantiates a new server exception.
     */
    public ServerException() {
    super();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy