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

cn.featherfly.common.exception.ExceptionCodeSupport Maven / Gradle / Ivy

The newest version!
package cn.featherfly.common.exception;

/**
 * ExceptionCodeSupport.
 *
 * @author zhongj
 */
public interface ExceptionCodeSupport {

    /**
     * Gets the exception code.
     *
     * @return the exception code
     */
    E getExceptionCode();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy