Package org.apache.flink.core.fs
Class LimitedConnectionsFileSystem.StreamTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.flink.core.fs.LimitedConnectionsFileSystem.StreamTimeoutException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LimitedConnectionsFileSystem
public static final class LimitedConnectionsFileSystem.StreamTimeoutException extends IOException
A special IOException, indicating a timeout in the data output stream.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamTimeoutException()
StreamTimeoutException(LimitedConnectionsFileSystem.StreamTimeoutException other)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StreamTimeoutException
public StreamTimeoutException()
-
StreamTimeoutException
public StreamTimeoutException(LimitedConnectionsFileSystem.StreamTimeoutException other)
-
-