Class NoMorePagedResultsException

All Implemented Interfaces:
SWIG_DSAPIConstants, Serializable

public class NoMorePagedResultsException extends DSAPIException
Thrown when an attempt is made to request the next page of results from a paged-results search operation but no further results are available.
Since:
14.4
See Also:
  • Constructor Details

    • NoMorePagedResultsException

      protected NoMorePagedResultsException(String message, int nativeErrorCode)
      Constructs a new NoMorePagedResultsException with the specified message and error code
      Parameters:
      message - gives extra detail about the specific exception.
      nativeErrorCode - a value as returned from underlying native code which may be useful in determining the cause of the problem.