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

org.shoulder.http.exception.ResolveFailException Maven / Gradle / Ivy

package org.shoulder.http.exception;

import org.shoulder.core.exception.BaseRuntimeException;

import java.io.Serial;

/**
 * 解析失败
 *
 * @author lym
 */
public class ResolveFailException extends BaseRuntimeException {

    @Serial private static final long serialVersionUID = -2745556685325930983L;

    public ResolveFailException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy