public class UnsupportedSchemeException extends IOException
Constructor and Description |
---|
UnsupportedSchemeException(String message)
Creates a UnsupportedSchemeException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedSchemeException(String message)
message
- The detail message (which is saved for later retrieval by the Throwable.getMessage()
method).Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.