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

javax.net.msrp.exceptions.NotEnoughDataException Maven / Gradle / Ivy

The newest version!
/* Copyright © João Antunes 2008
    This file is part of MSRP Java Stack.

    MSRP Java Stack is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    MSRP Java Stack is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public License
    along with MSRP Java Stack.  If not, see .

 */
package javax.net.msrp.exceptions;

/**
 * @author João André Pereira Antunes 2008
 *
 */
@SuppressWarnings("serial")
public class NotEnoughDataException
    extends Exception
{
    public NotEnoughDataException()
    {
        // TODO Auto-generated constructor stub
    }

    public NotEnoughDataException(String arg0)
    {
        super(arg0);
        // TODO Auto-generated constructor stub
    }

    public NotEnoughDataException(Throwable arg0)
    {
        super(arg0);
        // TODO Auto-generated constructor stub
    }

    public NotEnoughDataException(String arg0, Throwable arg1)
    {
        super(arg0, arg1);
        // TODO Auto-generated constructor stub
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy