public class UnsupportedCommOperationException extends Exception
| 构造器和说明 |
|---|
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.
|
UnsupportedCommOperationException(String message,
Throwable cause) |
public UnsupportedCommOperationException()
public UnsupportedCommOperationException(String str)
str - A detailed message explaining the reason for the Exception.Copyright © 2020. All rights reserved.