@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, toString
public UnsupportedSchemeException(String message)
message
- The exception messageCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.