Class InconsistentCursorStateException

  • All Implemented Interfaces:
    Serializable

    public class InconsistentCursorStateException
    extends CursorException
    Thrown to indicate a condition in the Cursor where the state seems inconsistent based on internal accounting. This may indicate the underlying structure has changed after the Cursor has been created.
    Author:
    Apache Directory Project
    See Also:
    Serialized Form
    • Constructor Detail

      • InconsistentCursorStateException

        public InconsistentCursorStateException()
        Creates a new instance of InconsistentCursorStateException.
      • InconsistentCursorStateException

        public InconsistentCursorStateException​(String message)
        Creates a new instance of CursorClosedException.
        Parameters:
        message - The associated message