Class CursorException

    • Constructor Detail

      • CursorException

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

        public CursorException​(String explanation)
        Creates a new instance of CursorException.
        Parameters:
        explanation - The message associated with the exception
      • CursorException

        public CursorException​(Throwable cause)
        Creates a new instance of LdapException.
        Parameters:
        cause - The root cause for this exception
      • CursorException

        public CursorException​(String explanation,
                               Throwable cause)
        Creates a new instance of CursorException.
        Parameters:
        explanation - The message associated with the exception
        cause - The root cause for this exception