public class UnsupportedCommOperationException extends Exception
| Constructor and Description |
|---|
UnsupportedCommOperationException()
create an instances with no message about why the Exception was thrown.
|
UnsupportedCommOperationException(String str)
create an instance with a message about why the Exception was thrown.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedCommOperationException()
public UnsupportedCommOperationException(String str)
str - A detailed message explaining the reason for the Exception.Copyright © 2016. All rights reserved.