@Public public class UnsupportedSchemeException extends IOException
| Constructor and Description |
|---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedSchemeException(String message)
message - The exception messageCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.