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

javax.comm.PortInUseException Maven / Gradle / Ivy

The newest version!
package javax.comm;

public class PortInUseException extends Exception
{

    public java.lang.String currentOwner;

    public PortInUseException()
    {
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy