Package io.pravega.shared.protocol.netty
Class ConnectionFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.pravega.shared.protocol.netty.ConnectionFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConnectionFailedException extends java.lang.ExceptionThe connection has failed, and needs to be re-established.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionFailedException()ConnectionFailedException(java.lang.String string)ConnectionFailedException(java.lang.Throwable throwable)
-