public class UnsupportedFileSystemSchemeException extends IOException
| Constructor and Description |
|---|
UnsupportedFileSystemSchemeException(String message)
Creates a new exception with the given message.
|
UnsupportedFileSystemSchemeException(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 UnsupportedFileSystemSchemeException(String message)
message - The exception messageCopyright © 2014–2018 The Apache Software Foundation. All rights reserved.