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

com.iwbfly.myhttp.exceptions.RetryableException Maven / Gradle / Ivy

The newest version!
package com.iwbfly.myhttp.exceptions;

import com.iwbfly.myhttp.reflection.MyhttpRequest;

/**
 * @author pangyajun
 * @since 2021/11/25 21:31
 **/
public class RetryableException extends MyhttpRuntimeException{

    private static final long serialVersionUID = 1L;

    public RetryableException(Throwable cause, String message) {
        super(cause.getMessage(), cause);

    }


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy