public class UnsupportedCommOperationException
extends java.lang.Exception
Constructor and Description |
---|
UnsupportedCommOperationException()
create an instances with no message about why the Exception was thrown.
|
UnsupportedCommOperationException(java.lang.String str)
create an instance with a message about why the Exception was thrown.
|
public UnsupportedCommOperationException()
public UnsupportedCommOperationException(java.lang.String str)
str
- A detailed message explaining the reason for the Exception.