Class RemoteTransportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.flink.runtime.io.network.netty.exception.TransportException
-
- org.apache.flink.runtime.io.network.netty.exception.RemoteTransportException
-
- All Implemented Interfaces:
Serializable
public class RemoteTransportException extends TransportException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteTransportException(String message, SocketAddress address)RemoteTransportException(String message, SocketAddress address, Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.flink.runtime.io.network.netty.exception.TransportException
getAddress
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RemoteTransportException
public RemoteTransportException(String message, SocketAddress address)
-
RemoteTransportException
public RemoteTransportException(String message, SocketAddress address, Throwable cause)
-
-