Class IdleTimeoutException

All Implemented Interfaces:
Serializable

public class IdleTimeoutException extends ProtonException
Error thrown when the Engine idle checking detects a timeout condition and shuts down the engine and places it in an error state.
See Also:
  • Constructor Details

    • IdleTimeoutException

      public IdleTimeoutException()
    • IdleTimeoutException

      public IdleTimeoutException(String message, Throwable cause)
    • IdleTimeoutException

      public IdleTimeoutException(String message)
    • IdleTimeoutException

      public IdleTimeoutException(Throwable cause)