public class NotImplementedException extends ProtocolException
| 构造器和说明 |
|---|
NotImplementedException()
Creates an exception without a detail message.
|
NotImplementedException(String message)
Creates an exception with the specified detail message.
|
public NotImplementedException()
public NotImplementedException(String message)
message - The exception detail messageCopyright © 2023. All rights reserved.