gnu.io
Class UnsupportedCommOperationException
Exception
gnu.io.UnsupportedCommOperationException
public class UnsupportedCommOperationException
extends Exception
Exception thrown when a method does not support the requested functionality.
UnsupportedCommOperationException
public UnsupportedCommOperationException()
create an instances with no message about why the Exception was thrown.
UnsupportedCommOperationException
public UnsupportedCommOperationException(String str)
create an instance with a message about why the Exception was thrown.
str
- A detailed message explaining the reason for the Exception.