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

org.iartisan.runtime.exception.BizRemoteException Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package org.iartisan.runtime.exception;

import org.iartisan.runtime.api.base.BaseRes;

/**
 * 

* 远程连接异常 * * @author King * @since 2018/1/23 */ public class BizRemoteException extends Exception { public BizRemoteException(BaseRes res) { super(res.getCode() + ":" + res.getMsg()); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy