@Public public class UnsupportedSchemeException extends IOException
| 构造器和说明 |
|---|
UnsupportedSchemeException(String message)
Creates a new exception with the given message.
|
UnsupportedSchemeException(String message,
Throwable cause)
Creates a new exception with the given message and cause.
|
public UnsupportedSchemeException(String message)
message - The exception messageCopyright © 2023 The Apache Software Foundation. All rights reserved.