Class TimeoutFailure

    • Constructor Summary

      Constructors 
      Constructor Description
      TimeoutFailure​(java.lang.String message, java.lang.Object lastHeartbeatDetails, io.temporal.api.enums.v1.TimeoutType timeoutType)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Values getLastHeartbeatDetails()  
      static java.lang.String getMessage​(java.lang.String message, io.temporal.api.enums.v1.TimeoutType timeoutType)  
      io.temporal.api.enums.v1.TimeoutType getTimeoutType()  
      void setDataConverter​(DataConverter converter)  
      • 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

      • TimeoutFailure

        public TimeoutFailure​(java.lang.String message,
                              java.lang.Object lastHeartbeatDetails,
                              io.temporal.api.enums.v1.TimeoutType timeoutType)
    • Method Detail

      • getLastHeartbeatDetails

        public Values getLastHeartbeatDetails()
      • getTimeoutType

        public io.temporal.api.enums.v1.TimeoutType getTimeoutType()
      • getMessage

        public static java.lang.String getMessage​(java.lang.String message,
                                                  io.temporal.api.enums.v1.TimeoutType timeoutType)