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

com.fastjrun.service.common.ServiceException Maven / Gradle / Ivy

There is a newer version: 4.2.5
Show newest version
/*
 * Copyright (C) 2019 fastjrun, Inc. All Rights Reserved.
 */
package com.fastjrun.service.common;

import com.fastjrun.common.BaseException;

public class ServiceException extends BaseException {

    private static final long serialVersionUID = -7634581094979099023L;

    public ServiceException(String code, String msg) {
        super(code, msg);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy