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

javax.comm.UnsupportedCommOperationException Maven / Gradle / Ivy

The newest version!
package javax.comm;

public class UnsupportedCommOperationException extends Exception
{

    public UnsupportedCommOperationException()
    {
    }

    public UnsupportedCommOperationException(String msg)
    {
        super(msg);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy