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

io.swagger.v3.parser.exception.ReadContentException Maven / Gradle / Ivy

The newest version!
package io.swagger.v3.parser.exception;

/**
 * Happens when it's unable to read content from file or other resource
 */
public class ReadContentException extends RuntimeException {
    private static final long serialVersionUID = 4720926576862628428L;

    public ReadContentException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy