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

com.yahoo.parsec.validation.JaxbException Maven / Gradle / Ivy

// Copyright 2016 Yahoo Inc.
// Licensed under the terms of the Apache license. Please see LICENSE.md file distributed with this work for terms.

package com.yahoo.parsec.validation;

/**
 * Created by guang001 on 11/5/15.
 */
public class JaxbException extends RuntimeException {

    /**
     * Default constructor.
     * @param msg exception message
     */
    public JaxbException(String msg) {
        super(msg);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy