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

com.wichell.core.exception.InstanceException Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package com.wichell.core.exception;

import com.wichell.core.support.HttpCode;

/**
 * 
 * @author Wichell
 * @version 2017年3月24日 下午9:30:10
 */
@SuppressWarnings("serial")
public class InstanceException extends BaseException {
    public InstanceException() {
        super();
    }

    public InstanceException(Throwable t) {
        super(t);
    }

    protected HttpCode getHttpCode() {
        return HttpCode.INTERNAL_SERVER_ERROR;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy