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.ExceptionTransaction 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 SummaryConstructors Constructor Description PingFailedException()PingFailedException(java.lang.String message)PingFailedException(java.lang.String message, java.lang.Throwable t)PingFailedException(java.lang.Throwable t)
 
- 
- 
- 
Constructor Detail- 
PingFailedExceptionpublic PingFailedException() 
 - 
PingFailedExceptionpublic PingFailedException(java.lang.Throwable t) 
 - 
PingFailedExceptionpublic PingFailedException(java.lang.String message, java.lang.Throwable t)
 - 
PingFailedExceptionpublic PingFailedException(java.lang.String message) 
 
- 
 
-