Class IncorrectResultSetSizeException

All Implemented Interfaces:
Serializable

public class IncorrectResultSetSizeException extends RDF4JDaoException
Since:
4.0.0
Author:
Florian Kleedorfer
See Also:
  • Constructor Details Link icon

    • IncorrectResultSetSizeException Link icon

      public IncorrectResultSetSizeException(int expectedSize, int actualSize)
    • IncorrectResultSetSizeException Link icon

      public IncorrectResultSetSizeException(String message, int expectedSize, int actualSize)
    • IncorrectResultSetSizeException Link icon

      public IncorrectResultSetSizeException(String message, Throwable cause, int expectedSize, int actualSize)
    • IncorrectResultSetSizeException Link icon

      public IncorrectResultSetSizeException(Throwable cause, int expectedSize, int actualSize)
  • Method Details Link icon

    • getExpectedSize Link icon

      public int getExpectedSize()
    • getActualSize Link icon

      public int getActualSize()