Package io.pravega.client.stream
Class PingFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.pravega.client.stream.PingFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class PingFailedException extends java.lang.Exception
Transaction heartbeat to a controller instance failed, because of one of the following reasons. (1) Maximum transaction execution time exceeded, (2) Scale grace period exceeded, (3) Controller instance becomes unreachable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PingFailedException()
PingFailedException(java.lang.String message)
PingFailedException(java.lang.String message, java.lang.Throwable t)
PingFailedException(java.lang.Throwable t)
-
-
-
Constructor Detail
-
PingFailedException
public PingFailedException()
-
PingFailedException
public PingFailedException(java.lang.Throwable t)
-
PingFailedException
public PingFailedException(java.lang.String message, java.lang.Throwable t)
-
PingFailedException
public PingFailedException(java.lang.String message)
-
-