package com.xusangbo.basemoudle.baserx; public class ServerException extends Exception { public ServerException(String msg){ super(msg); } }