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

    • TimeoutException

      public TimeoutException(String message)
    • TimeoutException

      public TimeoutException(String message, Throwable cause)