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

t.21.120.2.source-code.FitRuntimeException Maven / Gradle / Ivy

There is a newer version: 21.141.0
Show newest version
/////////////////////////////////////////////////////////////////////////////////////////////
// Copyright 2023 Garmin International, Inc.
// Licensed under the Flexible and Interoperable Data Transfer (FIT) Protocol License; you
// may not use this file except in compliance with the Flexible and Interoperable Data
// Transfer (FIT) Protocol License.
/////////////////////////////////////////////////////////////////////////////////////////////
// ****WARNING****  This file is auto-generated!  Do NOT edit this file.
// Profile Version = 21.120Release
// Tag = production/release/21.120.00-0-g2d77811
/////////////////////////////////////////////////////////////////////////////////////////////


package com.garmin.fit;

import java.io.IOException;

public class FitRuntimeException extends RuntimeException {
    private static final long serialVersionUID = 970213851171816735L;

    public FitRuntimeException() {
        super();
    }

    public FitRuntimeException(IOException e) {
        super(e);
    }

    public FitRuntimeException(String string) {
        super(string);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy