Class ClientIdleTimeoutException

All Implemented Interfaces:
Serializable

public class ClientIdleTimeoutException extends ClientIOException
Thrown when the Provider fails a connection due to idle timeout.
See Also:
  • Constructor Details

    • ClientIdleTimeoutException

      public ClientIdleTimeoutException(String message)
      Creates a new connection idle timeout exception.
      Parameters:
      message - The message that describes the reason for the error.
    • ClientIdleTimeoutException

      public ClientIdleTimeoutException(String message, Throwable cause)
      Creates a new connection idle timeout exception.
      Parameters:
      message - The message that describes the reason for the error.
      cause - An exception that further defines the reason for the error.