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

com.silentgo.core.exception.AppReleaseException Maven / Gradle / Ivy

There is a newer version: 0.0.49
Show newest version
package com.silentgo.core.exception;

/**
 * Project : silentgo
 * com.silentgo.core.exception
 *
 * @author teddyzhu
 *         

* Created by teddyzhu on 16/9/26. */ public class AppReleaseException extends AppException { public AppReleaseException(String message, int code) { super(message, code); } public AppReleaseException(int code) { super(code); } public AppReleaseException(String message) { super(message); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy