Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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)