Class InputBufferTooSmallException

All Implemented Interfaces:
Serializable

public class InputBufferTooSmallException extends LocalSystemException
Exception is thrown when the local input buffer is unable to hold the entire resultset. If you encounter this error, either request a smaller timespan per query or increase your local client buffer size.
See Also:
  • Constructor Details

    • InputBufferTooSmallException

      public InputBufferTooSmallException(String message)