public class MethodNotSupportedException extends ProtocolException
| 构造器和说明 |
|---|
MethodNotSupportedException(String message)
Creates a new MethodNotSupportedException with the specified detail message.
|
MethodNotSupportedException(String message,
Throwable cause)
Creates a new MethodNotSupportedException with the specified detail message and cause.
|
public MethodNotSupportedException(String message)
message - The exception detail messagepublic MethodNotSupportedException(String message, Throwable cause)
message - the exception detail messagecause - the Throwable that caused this exception, or null
if the cause is unavailable, unknown, or not a ThrowableCopyright © 2023. All rights reserved.