Class IdleTimeoutException

All Implemented Interfaces:
Serializable

public class IdleTimeoutException extends IOException
Exception thrown by an IdleTimeoutInputStream when a read operation takes too long.
See Also:
  • Constructor Details

    • IdleTimeoutException

      public IdleTimeoutException(long timeout)
  • Method Details

    • getTimeout

      public long getTimeout()
      Get the idle timeout value that was exceeded to cause this exception.
      Returns:
      idle timeout in milliseconds