All Implemented Interfaces:
Serializable

public class TimeoutException extends ColumnarException
Like TimeoutException, but unchecked.

Thrown if an interaction with the Columnar cluster does not complete before its timeout expires.

See Also:
  • Constructor Details Link icon

    • TimeoutException Link icon

      public TimeoutException(String message)
    • TimeoutException Link icon

      public TimeoutException(String message, Throwable cause)