Package org.apache.flink.core.fs
Class UnsupportedFileSystemSchemeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.flink.core.fs.UnsupportedFileSystemSchemeException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedFileSystemSchemeException extends IOException
An exception to indicate that a specific file system scheme is not supported.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedFileSystemSchemeException
public UnsupportedFileSystemSchemeException(String message)
Creates a new exception with the given message.- Parameters:
message- The exception message
-
-