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

io.swagger.transform.util.SwaggerMigrationException Maven / Gradle / Ivy

There is a newer version: 1.0.71
Show newest version
package io.swagger.transform.util;

public final class SwaggerMigrationException
        extends Exception {
    public SwaggerMigrationException() {
    }

    public SwaggerMigrationException(final String message) {
        super(message);
    }

    public SwaggerMigrationException(final Throwable cause) {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy